Drift Detection for AppSync Schema Changes #11460
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/appsync
Issues and PRs that pertain to the appsync service.
Community Note
Description
The documentation for the
aws_appsync_graphql_api
notes that there is no drift detection for schema changes:This causes some problems/confusion when changes are made in the AWS console but not on the local state.
It looks like the AWS API provides an endpoint for getting the current schema for a graphql API in appsync: https://docs.aws.amazon.com/appsync/latest/APIReference/API_GetIntrospectionSchema.html
Would this allow drift detection to be added to the terraform provider?
New or Affected Resource(s)
aws_appsync_graphql_api
Potential Terraform Configuration
The text was updated successfully, but these errors were encountered: