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
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: