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

illumio-core_firewall_settings does not read settings on create #44

Open
vvaj opened this issue Mar 24, 2023 · 1 comment
Open

illumio-core_firewall_settings does not read settings on create #44

vvaj opened this issue Mar 24, 2023 · 1 comment

Comments

@vvaj
Copy link

vvaj commented Mar 24, 2023

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
}

@dsommerville-illumio
Copy link
Contributor

dsommerville-illumio commented Apr 5, 2023

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"
}

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

No branches or pull requests

2 participants