You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or can add the Change Output to show the changed rules?
eg:
Output:
display_name: Allow APP to DB
source_groups: APP_SERVER
destination_groups: DB_SERVER
services: TCP1433,HTTPS
scope: VLAN123
display_name: Allow WEB to APP
source_groups: WEB_SERVER
destination_groups: APP_SERVER
services: HTTPS,TCP80
scope: VLAN124
Hello,
For the plan this is difficult to change what will be displayed. You would need to modify the provider itself. This is not linked to the
Terraform module.
For the output you have more flexibility and you can create locals or variables that will match the source/group/port and display them.
Cheers,
Noël
Is it possible to show the actual name of source_groups, destination_groups,scope and services. Instead of the ID in the terraform plan?
source_groups = [
+ "/infra/domains/default/groups/bac7f9c7-d80c-4bfe-8663-d3c9f973e2fb", (CHANGE TO "/infra/domains/default/groups/APPServer")
]
destination_groups = [
+ "/infra/domains/default/groups/bac7f9c7-d80c-4bfe-8663-d3c9f973e2fb", (CHANGE TO "/infra/domains/default/groups/DBServer")
]
scope = [
+ "/infra/domains/default/groups/bac7f9c7-d80c-4bfe-8663-d3c9f973e2fb", (CHANGE TO "/infra/domains/default/groups/VLAN123")
]
services = [
+ "/infra/services/59a29e53-9901-44d2-9589-f770c36d87bb", (CHANGE TO "/infra/services/TCP1433")
]
The text was updated successfully, but these errors were encountered: