@@ -40,11 +40,11 @@ var (
4040 "compartment_id" : Representation {repType : Required , create : `${var.compartment_id}` },
4141 "instance_configuration_id" : Representation {repType : Required , create : `${oci_core_instance_configuration.test_instance_configuration.id}` },
4242 "placement_configurations" : RepresentationGroup {Required , instancePoolPlacementConfigurationsRepresentation },
43- "size" : Representation {repType : Required , create : `2` , update : `3` },
44- "state" : Representation {repType : Optional , create : `Running` },
45- "defined_tags" : Representation {repType : Optional , create : `${map("${oci_identity_tag_namespace.tag-namespace1.name}.${oci_identity_tag.tag1.name}", "value")}` , update : `${map("${oci_identity_tag_namespace.tag-namespace1.name}.${oci_identity_tag.tag1.name}", "updatedValue")}` },
46- "display_name" : Representation {repType : Optional , create : `backend-servers-pool` , update : `displayName2` },
47- "freeform_tags" : Representation {repType : Optional , create : map [string ]string {"Department" : "Finance" }, update : map [string ]string {"Department" : "Accounting" }},
43+ "size" : Representation {repType : Required , create : `2` , update : `3` },
44+ "state" : Representation {repType : Optional , create : `Running` },
45+ "defined_tags" : Representation {repType : Optional , create : `${map("${oci_identity_tag_namespace.tag-namespace1.name}.${oci_identity_tag.tag1.name}", "value")}` , update : `${map("${oci_identity_tag_namespace.tag-namespace1.name}.${oci_identity_tag.tag1.name}", "updatedValue")}` },
46+ "display_name" : Representation {repType : Optional , create : `backend-servers-pool` , update : `displayName2` },
47+ "freeform_tags" : Representation {repType : Optional , create : map [string ]string {"Department" : "Finance" }, update : map [string ]string {"Department" : "Accounting" }},
4848 }
4949 instancePoolPlacementConfigurationsRepresentation = map [string ]interface {}{
5050 "availability_domain" : Representation {repType : Required , create : `${data.oci_identity_availability_domains.test_availability_domains.availability_domains.0.name}` },
0 commit comments