Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The changes in this diff are related to renaming some variables and resources names for consistency, specifically the name of the network interface configuration for the NVA's external management IP address. The new name is "hub-nva-external-management\_ip\_configuration" instead of "hub-nva-management-external\_ip\_configuration". This change should not affect the functionality of your infrastructure but it is a good practice to keep consistent names throughout your Terraform configuration files. #343

Merged
merged 2 commits into from
Apr 17, 2024

Conversation

robinmordasiewicz
Copy link
Owner

refactor(terraform.auto.tfvars): change hub-nva-management-port from hardcoded value to a variable and set it to "8443"
docs(terraform.tf): add new file tls_private_key.tf to generate self-signed SSL certificate for Hub NVAs
perf(terraform.tf): update Terraform version requirement to >=1.6 for better performance and compatibility with latest features
test(terraform.auto.tfvars): add new resource tls_self_signed_cert to create a self-signed SSL certificate for Hub NVAs using the generated private key

robinmordasiewicz and others added 2 commits April 17, 2024 04:33
…resources names for consistency, specifically the name of the network interface configuration for the NVA's external management IP address. The new name is "hub-nva-external-management\_ip\_configuration" instead of "hub-nva-management-external\_ip\_configuration". This change should not affect the functionality of your infrastructure but it is a good practice to keep consistent names throughout your Terraform configuration files.

 refactor(terraform.auto.tfvars): change hub-nva-management-port from hardcoded value to a variable and set it to "8443"
docs(terraform.tf): add new file tls\_private\_key.tf to generate self-signed SSL certificate for Hub NVAs
perf(terraform.tf): update Terraform version requirement to >=1.6 for better performance and compatibility with latest features
test(terraform.auto.tfvars): add new resource tls\_self\_signed\_cert to create a self-signed SSL certificate for Hub NVAs using the generated private key
@robinmordasiewicz robinmordasiewicz merged commit c5dac96 into main Apr 17, 2024
@robinmordasiewicz robinmordasiewicz deleted the fortiweb branch April 17, 2024 08:35
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