Open BobyMCbobs opened 3 months ago
OpenTofu v1.8.1 on darwin_arm64 + provider registry.opentofu.org/hashicorp/random v3.6.2 + provider registry.opentofu.org/oracle/oci v6.7.0 + provider registry.opentofu.org/siderolabs/talos v0.6.0-alpha.1
oci_identity_dynamic_group
resource "oci_identity_dynamic_group" "instance_dynamic_group" { #Required name = "${var.cluster_name}-oci-ccm" compartment_id = var.tenancy_ocid description = "Instance access" matching_rule = <<EOF ALL {instance.compartment.id = '${var.compartment_ocid}'} EOF #Optional freeform_tags = local.common_labels }
https://gist.github.com/BobyMCbobs/148ef93dd7b0cc2f9f089cafa95c78ba
a dynamic group resource is created via Terraform
there is a 404 response
create resource like in Affected Resource(s)
terraform apply
not that I am aware of
https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/identity_dynamic_group
creating this public issue for visibility. Corresponding with some folks on behalf of CNCF for a project
Community Note
Terraform Version and Provider Version
Affected Resource(s)
oci_identity_dynamic_group
Terraform Configuration Files
Debug Output
https://gist.github.com/BobyMCbobs/148ef93dd7b0cc2f9f089cafa95c78ba
Expected Behavior
a dynamic group resource is created via Terraform
Actual Behavior
there is a 404 response
Steps to Reproduce
create resource like in Affected Resource(s)
terraform apply
Important Factoids
not that I am aware of
References
https://registry.terraform.io/providers/oracle/oci/latest/docs/resources/identity_dynamic_group
Notes
creating this public issue for visibility. Corresponding with some folks on behalf of CNCF for a project