We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d1966f commit 93ac355Copy full SHA for 93ac355
1 file changed
more_examples/main.tf
@@ -38,6 +38,10 @@ resource "aws_db_instance" "my_db" {
38
publicly_accessible = false
39
skip_final_snapshot = true
40
deletion_protection = false
41
+
42
+ tags = {
43
+ Name = "my-db"
44
+ }
45
}
46
47
module "eks" {
0 commit comments