Skip to content

Commit 4f3ffb3

Browse files
committed
Added environment
1 parent 72e274a commit 4f3ffb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ variable "AWS_REGION" {
1414

1515
module "k3s_cluster" {
1616
AWS_REGION = "<change_me>"
17-
instance_profile_name = "AmazonEC2ReadOnlyAccess"
17+
environment = "staging"
1818
my_public_ip_cidr = "<change_me>"
1919
vpc_id = "<change_me>"
2020
vpc_subnets = ["<change_me>", "<change_me>", "<change_me>"]

0 commit comments

Comments
 (0)