Skip to content

Commit

Permalink
Added environment
Browse files Browse the repository at this point in the history
  • Loading branch information
garutilorenzo committed Feb 14, 2022
1 parent 72e274a commit 4f3ffb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variable "AWS_REGION" {

module "k3s_cluster" {
AWS_REGION = "<change_me>"
instance_profile_name = "AmazonEC2ReadOnlyAccess"
environment = "staging"
my_public_ip_cidr = "<change_me>"
vpc_id = "<change_me>"
vpc_subnets = ["<change_me>", "<change_me>", "<change_me>"]
Expand Down

0 comments on commit 4f3ffb3

Please sign in to comment.