mirror of
https://github.com/farcasclaudiu/terraform-course.git
synced 2026-06-28 17:02:05 +03:00
state manipulation
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
resource "aws_ssm_parameter" "myparameter" {
|
||||
name = "/myapp/myparameter"
|
||||
type = "String"
|
||||
value = "myvalue"
|
||||
}
|
||||
Reference in New Issue
Block a user