Description
driftctl reports an error with our state file because of an unsupported attribute "disable_execute_api_endpoint" for aws_api_gateway_rest_api. Full debug log snippet:
DEBU[0001] Got a cty path error when deserializing state err=unsupported attribute "disable_execute_api_endpoint" name=gateway type=aws_api_gateway_rest_api
ERRO[0001] Unable to decode resource from state name=gateway type=aws_api_gateway_rest_api
Environment
- OS: linux
- driftctl version: v0.39.0
- terraform version: 1.4.6
- terraform providers versions: [email protected]
How to reproduce
Run driftctl against state with an aws_api_gateway_rest_api with disable_execute_api_endpoint
Possible Solution
Additional context