mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 12:50:05 +01:00
feat: add labels to terraform provider
This commit is contained in:
11
terraform/modules/taints/variables.tf
Normal file
11
terraform/modules/taints/variables.tf
Normal file
@@ -0,0 +1,11 @@
|
||||
variable "key" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "value" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "effect" {
|
||||
type = string
|
||||
}
|
||||
Reference in New Issue
Block a user