We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b335a7 commit 1f5d8f6Copy full SHA for 1f5d8f6
oci/oce_oce_instance_test.go
@@ -57,8 +57,6 @@ var (
57
"instance_license_type": Representation{RepType: Optional, Create: `STARTER`, Update: `PREMIUM`},
58
"instance_usage_type": Representation{RepType: Optional, Create: `PRIMARY`, Update: `NONPRIMARY`},
59
"upgrade_schedule": Representation{RepType: Optional, Create: `UPGRADE_IMMEDIATELY`},
60
- "vanity_domains": Representation{RepType: Optional, Create: []string{`mysite1.mycompany.com`, `mysite2.mycompany.com`}, Update: []string{`mysite3.mycompany.com`, `mysite2.mycompany.com`}},
61
- "waf_primary_domain": Representation{RepType: Optional, Create: `oracle.com`, Update: `java.com`},
62
}
63
64
OceInstanceResourceDependencies = GenerateDataSourceFromRepresentationMap("oci_identity_tenancy", "test_tenancy", Required, Create, tenancySingularDataSourceRepresentation) +
0 commit comments