About ååã«ç«ã¦ãæã¯SGã1ã¤ã ã£ããããã¨ããSGã追å ããããªã£ãã¨ãã©ããªãã試ããçµæã§ãã ãã¼ã¸ã§ã³ terraform v0.6.11 ãã¹ãç°å¢ã®æºå ã¨ããããéã«ä½ãã¾ããã resource "aws_instance" "test" { ami = "ami-b80b6db8" instance_type = "t2.micro" key_name = "${var.key_name}" # Our Security group to allow SSH access security_groups = ["${aws_security_group.test.name}"] root_block_device { delete_on_termination = "true" volume_size = "8" } tags { Name = "test" P
{{#tags}}- {{label}}
{{/tags}}