mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-29 05:02:23 +03:00
demo-15 updates
This commit is contained in:
@@ -18,7 +18,7 @@ resource "aws_autoscaling_group" "example-autoscaling" {
|
||||
|
||||
tag {
|
||||
key = "Name"
|
||||
value = "ec2-container"
|
||||
value = "ec2 instance"
|
||||
propagate_at_launch = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user