awscc_lakeformation_principal_permissions : terraform apply error #1280
Labels
bug
runtime-handling
Relates to runtime handling and conversion of Terraform configuration to CloudFormation.
service/lakeformation
Community Note
Terraform CLI and Terraform AWS Cloud Control Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Debug Output
Plan: 1 to add, 0 to change, 0 to destroy.
awscc_lakeformation_principal_permissions.sample: Creating...
╷
│ Error: Provider returned invalid result object after apply
│
│ After the apply operation, the provider still indicated an unknown value for
│ awscc_lakeformation_principal_permissions.sample.catalog. All values must be known after apply, so this is always a bug in
│ the provider and should be reported in the provider's own repository. Terraform will still save the other known object
│ values in the state.
╵
╷
│ Error: Provider returned invalid result object after apply
│
│ After the apply operation, the provider still indicated an unknown value for
│ awscc_lakeformation_principal_permissions.sample.principal_identifier. All values must be known after apply, so this is
│ always a bug in the provider and should be reported in the provider's own repository. Terraform will still save the other
│ known object values in the state.
╵
╷
│ Error: Provider returned invalid result object after apply
│
│ After the apply operation, the provider still indicated an unknown value for
│ awscc_lakeformation_principal_permissions.sample.resource.catalog. All values must be known after apply, so this is always
│ a bug in the provider and should be reported in the provider's own repository. Terraform will still save the other known
│ object values in the state.
╵
╷
│ Error: Provider returned invalid result object after apply
│
│ After the apply operation, the provider still indicated an unknown value for
│ awscc_lakeformation_principal_permissions.sample.resource.data_cells_filter. All values must be known after apply, so this
│ is always a bug in the provider and should be reported in the provider's own repository. Terraform will still save the
│ other known object values in the state.
╵
╷
│ Error: Provider returned invalid result object after apply
│
│ After the apply operation, the provider still indicated an unknown value for
│ awscc_lakeformation_principal_permissions.sample.resource.data_location. All values must be known after apply, so this is
│ always a bug in the provider and should be reported in the provider's own repository. Terraform will still save the other
│ known object values in the state.
╵
╷
│ Error: Provider returned invalid result object after apply
│
│ After the apply operation, the provider still indicated an unknown value for
│ awscc_lakeformation_principal_permissions.sample.resource.lf_tag. All values must be known after apply, so this is always a
│ bug in the provider and should be reported in the provider's own repository. Terraform will still save the other known
│ object values in the state.
╵
╷
│ Error: Provider returned invalid result object after apply
│
│ After the apply operation, the provider still indicated an unknown value for
│ awscc_lakeformation_principal_permissions.sample.resource.lf_tag_policy. All values must be known after apply, so this is
│ always a bug in the provider and should be reported in the provider's own repository. Terraform will still save the other
│ known object values in the state.
╵
╷
│ Error: Provider returned invalid result object after apply
│
│ After the apply operation, the provider still indicated an unknown value for
│ awscc_lakeformation_principal_permissions.sample.resource.table. All values must be known after apply, so this is always a
│ bug in the provider and should be reported in the provider's own repository. Terraform will still save the other known
│ object values in the state.
╵
╷
│ Error: Provider returned invalid result object after apply
│
│ After the apply operation, the provider still indicated an unknown value for
│ awscc_lakeformation_principal_permissions.sample.resource.table_with_columns. All values must be known after apply, so this
│ is always a bug in the provider and should be reported in the provider's own repository. Terraform will still save the
│ other known object values in the state.
╵
╷
│ Error: Provider returned invalid result object after apply
│
│ After the apply operation, the provider still indicated an unknown value for
│ awscc_lakeformation_principal_permissions.sample.resource_identifier. All values must be known after apply, so this is
│ always a bug in the provider and should be reported in the provider's own repository. Terraform will still save the other
│ known object values in the state.
╵
╷
│ Error: AWS SDK Go Service Operation Unsuccessful
│
│ with awscc_lakeformation_principal_permissions.sample,
│ on main.tf line 1, in resource "awscc_lakeformation_principal_permissions" "sample":
│ 1: resource "awscc_lakeformation_principal_permissions" "sample" {
│
│ Calling Cloud Control API service GetResource operation returned: operation error CloudControl: GetResource, https response
│ error StatusCode: 400, RequestID: 6977755c-84be-4b34-a88d-671a1ef02e14, api error ValidationException: When specifying the
│ identifier as JSON, you must specify exactly one identifier from [[/properties/PrincipalIdentifier,
│ /properties/ResourceIdentifier]], and no additional properties can be specified
Expected Behavior
terraform apply should complete succesfully
Actual Behavior
terraform apply failed and resource tained
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: