added comment
parent
b6010edcd1
commit
48f70e706f
2
ec2.tf
2
ec2.tf
|
|
@ -1,5 +1,5 @@
|
||||||
resource "aws_instance" "k3s_box" {
|
resource "aws_instance" "k3s_box" {
|
||||||
ami = "ami-0889a44b331db0194" # amazon linux
|
ami = "ami-0889a44b331db0194" # amazon linux us-east-1
|
||||||
instance_type = "t3.small"
|
instance_type = "t3.small"
|
||||||
associate_public_ip_address = true
|
associate_public_ip_address = true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue