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

dhcp_options.tf missing tags #33

Open
ervreugdenhil opened this issue Jun 12, 2024 · 0 comments
Open

dhcp_options.tf missing tags #33

ervreugdenhil opened this issue Jun 12, 2024 · 0 comments

Comments

@ervreugdenhil
Copy link

Hi,
Looks like tags are missing in dhcp options creation. In my tenant certain tags are mandatory. When using the module I get an Invalid Parameters error. When adding:
defined_tags = each.value.defined_tags
to the resource "oci_core_dhcp_options" block it started working for me.
File: dhcp_options.tf, block starting at line 85.

Additionally, but unrelated to this, isn't there a duplicate "description = optional(string)," in variables.tf in the route_tables section around line 476?
Thanks & Krgds,

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

1 participant