mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-12-14 08:48:58 +03:00
Updating ASG security groups
This commit is contained in:
@@ -29,7 +29,7 @@ module "asg" {
|
|||||||
|
|
||||||
image_id = "${data.aws_ami.base.id}"
|
image_id = "${data.aws_ami.base.id}"
|
||||||
instance_type = "t3.micro"
|
instance_type = "t3.micro"
|
||||||
security_groups = ["sg-0179764763f4aeb43"]
|
security_groups = ["sg-007aac50c4850d797"]
|
||||||
|
|
||||||
root_block_device = [
|
root_block_device = [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user