hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.83k stars 9.18k forks source link

[New Data Source]: AppSync Introspection Schema #36322

Open PeterBurner opened 8 months ago

PeterBurner commented 8 months ago

Description

It would be useful if Terraform would support the export of the introspection AppSync schema as a data source.

Requested Resource(s) and/or Data Source(s)

Potential Terraform Configuration

data "aws_appsync_introspection_schema" "example" {
  api_id             = "test"
  format             = "SDL"
  include_directives = false
}

References

Would you like to implement a fix?

No

github-actions[bot] commented 8 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue