DRAFT: Add 02a-nsxt-tf-var stage and additional FW options#60
Open
afda16 wants to merge 1 commit into
Open
Conversation
Add a new 02a-nsxt-tf-var stage, this can be implemented instead of the original 02a-nsxt. 02a-nsxt-tf-var is similar to 02a-nsxt but uses extended options for all the resources in the stage. This is in preparation for other stages that should expose all options available in the NSX-T resources. To implement per app resources, for example groups or distributed firewall policies, there is a single Terraform variable, that accepts a list of resource configurations. Additionally, add more options available to the nsxt-distributed-firewall-policy module, so we can expose them in the 02a-nsxt-tf-var module.
Collaborator
|
Thank you for your contribution @afda16 ! Are you suggesting to replace the existing stage 02a-nsxt with the one you added or having them as alternatives? If it should replaced, I suggest we remove the existing folder with the content you added. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a new 02a-nsxt-tf-var stage, this can be implemented instead of the original 02a-nsxt.
02a-nsxt-tf-var is similar to 02a-nsxt but uses extended options for all the resources in the stage. This is in preparation for other stages that should expose all options available in the NSX-T resources.
To implement per app resources, for example groups or distributed firewall policies, there is a single Terraform variable, that accepts a list of resource configurations.
Additionally, add more options available to the
nsxt-distributed-firewall-policy module, so we can expose them in the 02a-nsxt-tf-var module.