We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
illumio-core_firewall_settings does not read settings on create.
On create it should read the current settings.
It does not read the settings, for example: containers_inherit_host_policy_scopes { label { href = illumio-core_label.app_tomcat.href }
The text was updated successfully, but these errors were encountered:
Can you provide the PCE and provider versions you're using?
Seems to be working now with v1.1.1 and the following HCL (SaaS 22.5.12 PCE):
resource "illumio-core_label" "app_tomcat" { key = "app" value = "A-TOMCAT" } resource "illumio-core_firewall_settings" "example" { containers_inherit_host_policy_scopes { label { href = illumio-core_label.app_tomcat.href } } ike_authentication_type = "psk" }
Sorry, something went wrong.
No branches or pull requests
illumio-core_firewall_settings does not read settings on create.
On create it should read the current settings.
It does not read the settings, for example:
containers_inherit_host_policy_scopes {
label {
href = illumio-core_label.app_tomcat.href
}
The text was updated successfully, but these errors were encountered: