Skip to content

Commit

Permalink
updates for tfc cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
chefgs committed Oct 30, 2023
1 parent ab7eff3 commit a914286
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 0 additions & 1 deletion hashicorp_samples/learn-terraform-hashicups-provider
Submodule learn-terraform-hashicups-provider deleted from 2b8b2f
1 change: 0 additions & 1 deletion hashicorp_samples/terraform-provider-hashicups
Submodule terraform-provider-hashicups deleted from 8de01c
7 changes: 7 additions & 0 deletions tfcloud_samples/amazon_ec2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ resource "aws_instance" "app_server" {
}
}

module "ec2_instances" {
source = "[email protected]:chefgs/terraform_repo.git"
# source = "../../aws_samples/aws_web_tier"

region = "us-west-2"
}

# Output Block
# Here we can print the values of Infra resources that is supported
# For ex: We are printing instance_id and instance_state
Expand Down

0 comments on commit a914286

Please sign in to comment.