hashicorp / terraform-provider-awscc

Terraform AWS Cloud Control provider
https://registry.terraform.io/providers/hashicorp/awscc/latest/docs
Mozilla Public License 2.0
262 stars 120 forks source link

Resource Suppression: `awscc_glue_usage_profile` #2070

Open ewbankkit opened 1 month ago

ewbankkit commented 1 month ago

Community Note

Configuration/JobConfiguration is of unsupported type: key-value map of ""

Affected Resource(s)

Schema Definition

        "JobConfiguration": {
          "patternProperties": {
            "": {
              "$ref": "#/definitions/ConfigurationObject"
            }
          },
          "additionalProperties": false
        },

References