added comment

terraform
Daniel Mikula 2023-05-17 07:05:47 +02:00
parent b6010edcd1
commit 48f70e706f
1 changed files with 1 additions and 1 deletions

2
ec2.tf
View File

@ -1,5 +1,5 @@
resource "aws_instance" "k3s_box" {
ami = "ami-0889a44b331db0194" # amazon linux
ami = "ami-0889a44b331db0194" # amazon linux us-east-1
instance_type = "t3.small"
associate_public_ip_address = true