Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Requirements

Name Version
terraform >= 1.0
kubernetes 2.8.0

Providers

Name Version
kubernetes 2.8.0

Modules

No modules.

Resources

Name Type
kubernetes_manifest.this resource

Inputs

Name Description Type Default Required
annotations Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata map(any) {} no
labels Map of string keys and values that can be used to organize and categorize (scope and select) objects map(string) {} no
name Name must be unique within a namespace string n/a yes
namespace Namespace defines the space within which each name must be unique string "default" no
spec Specification of desired alerting rule definitions for Prometheus
object({
groups = list(object({
interval = optional(string)
name = string
rules = list(object({
alert = optional(string)
annotations = optional(map(string))
expr = any
for = optional(string)
labels = optional(map(string))
record = optional(string)
}))
}))
})
n/a yes

Outputs

No outputs.