Open abhijitpal opened 1 month ago
A draft version of the fixes for all the above-mentioned defects and enhancements can be seen at https://github.com/CiscoDevNet/terraform-aws-secure-firewall/pull/3
Maintainers, can someone please comment on this issue with your thoughts
Community Note
Description
I'm raising this issue to discuss about the issues below. Some are feature requests and some are defects. I'm also mentioning the probable solution for each of these points in the relevant section. In parallel to this discussion, I've already forked this repo to fix the below points based on the solution expected to the best of my knowledge and ability
Defects
Feature suggestions
New or Affected Resource(s):
Affected
New
Describe the solution expected:
The typos in Readme files should be fixed. Also, the missed and new objects needs to be added in the Readme files.
For the points,
When creating FTD and FMC with existing subnets, new route tables getting created and existing subnet associations are getting removed from main routing table Solution expected: When FMC and FTD are deployed using existing VPC, subnets and igw, the associations of the subnets should not change from the main routing table and also the any form of changes to those subnets would also affect other instances using the same subnets. One way of controlling this is behaviours is the usage of existing variable
rta
FTD user data is not populated with FMC mgmt IP thus 'show managers' on FTD doesn't show the FMC as manager Solution expected: For FTD to populate the correct FMC IP, FMC needs to be first deployed.
usage of deprecated argument 'vpc' for resource 'aws_eip' Solution expected: The argument 'domain' should be used.
For the below feature suggestion
References
0000