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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Terraform Version and Provider Version
terraform cli version - Terraform v1.10.4
provider version - 6.21
Affected Resource(s)
oci_core_instance
(could be more resources)
Terraform Configuration Files
# in this example, the subnet_id does not exist in the specified compartment_id, now this apply should throw an error but it gets successfully applied and in the cloud ui I see no resource# the compartment_id in this case is the parent compartment where the subnet residesresource"oci_core_instance""oracle_instance" {
availability_domain="axUL:ME-JEDDAH-1-AD-1"compartment_id="<compartment_id>"shape="VM.Standard2.8"source_details {
source_id="ocid1.image.oc1.me-jeddah-1.aaaaaaaay5ws62koywehkkcdvecqd6bjrruwrrwortzsi6xgxefltwxsaaba"source_type="image"
}
create_vnic_details {
subnet_id="<subnet_id>"assign_public_ip=true
}
display_name="my-ubuntu-instance-negative"
}
Community Note
Terraform Version and Provider Version
terraform cli version - Terraform v1.10.4
provider version - 6.21
Affected Resource(s)
oci_core_instance
(could be more resources)
Terraform Configuration Files
Debug Output
Github Gist: https://gist.github.com/vishu42/49aedbc103b90596a86496c14996db97
Panic Output
Expected Behavior
Actual Behavior
Steps to Reproduce
oci_core_instance
resource while meeting following conditionsoci_core_instance
configurationThe text was updated successfully, but these errors were encountered: