oci-landing-zones / terraform-oci-modules-networking

This repository contains Terraform OCI (Oracle Cloud Infrastructure) modules for networking related resources that help customers align their OCI implementations with the CIS (Center for Internet Security) OCI Foundations Benchmark recommendations.
Universal Permissive License v1.0
15 stars 5 forks source link

dhcp_options.tf missing tags #33

Open boooing opened 3 months ago

boooing commented 3 months ago

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,