Skip to content

Fix/hcl templates#34

Open
msharma24 wants to merge 7 commits into
CiscoDevNet:mainfrom
msharma24:fix/hcl_templates
Open

Fix/hcl templates#34
msharma24 wants to merge 7 commits into
CiscoDevNet:mainfrom
msharma24:fix/hcl_templates

Conversation

@msharma24

Copy link
Copy Markdown

I have made the following fixes and improvements to secure-firewall Terraform IAC.

AWS_Workshop/AWS_Workshop_Code/Resources

  1. Remove the template_file as Hashicorp has deprecated it- I have implemented the templatefile() Function
  2. I have also removed the hardcoded Ubuntu 20 AMI IDs from apps.tf and bastion.tf as the hardcoded AMI ids makes it hard to deploy and test in different regions of AWS. I have implemented the data resource to lookup the Ubuntu AMI id .

module - Network

  1. I have removed the template_file resource and implemented thetemplatefile() Function

I have deployed and tested the AWS_Workshop_Code - it works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant