Jon-Eric Eliker
Jon-Eric Eliker
Agreed security is a concern but generally the security of state file ought to be well-defined regardless of individual resource or data source behaviors. The examples above about storing DB...
Issues #1226 and #1266 (possibly others?) have asked this same question. In both of those, the same response "this would allow sensitive data in the state file; so 'no'" was...
You may find the underlying API documentation helpful where the Terraform documents do not fully explain a topic. For example, see here for details on the `items` attribute: https://docs.oracle.com/en-us/iaas/api/#/en/dns/20180115/datatypes/UpdateRRSetDetails More...
> @jeliker which Go SDK services are supposed to be a part of recent release? > > I mean only to say API features in Terraform provider seem to have...
I commented out the above and see this: ``` Error: expected certificate_config.0.config_type to be one of [ISSUED_BY_INTERNAL_CA MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA], got IMPORTED ``` I would call that accurate in terms of the...
Have confirmed issue is still present in version 4.55.0 (#1491)
This is glaringly still broken in 4.79 ```hcl Error: expected certificate_config.0.config_type to be one of [ISSUED_BY_INTERNAL_CA MANAGED_EXTERNALLY_ISSUED_BY_INTERNAL_CA], got IMPORTED │ │ with module.cert_hbs1_wildcard.oci_certificates_management_certificate.the_certificate, │ on ../modules/cert/cert.tf line 1, in resource...
Respectfully, @NeilDavisNPS, that sounds like a theory to make sense of the incomplete/inconsistent behavior more than the final answer. If it were truly “by design” then why hasn’t that very...
Ah well definitely moving past anecdote at least. thank you for sharing that. Unfortunately I’ve experienced more than one SR that concludes with the technician’s opinion as to a certain...
I have just confirmed above command using API-key authentication (not instance principal) works as expected. Also I have created a simple `~/.oci/config` file containing only this (below) and still the...