Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/figma/terraform-provider-aws
Terraform AWS provider
https://github.com/figma/terraform-provider-aws
Last synced: about 2 months ago
JSON representation
Terraform AWS provider
- Host: GitHub
- URL: https://github.com/figma/terraform-provider-aws
- Owner: figma
- License: mpl-2.0
- Fork: true (hashicorp/terraform-provider-aws)
- Created: 2020-07-27T17:47:03.000Z (over 4 years ago)
- Default Branch: figma
- Last Pushed: 2024-02-27T21:07:41.000Z (9 months ago)
- Last Synced: 2024-09-25T07:02:23.766Z (about 2 months ago)
- Language: Go
- Homepage: https://www.terraform.io/docs/providers/aws/
- Size: 275 MB
- Stars: 3
- Watchers: 2
- Forks: 6
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing/README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Terraform Provider for AWS
[![Forums][discuss-badge]][discuss]
[discuss-badge]: https://img.shields.io/badge/discuss-terraform--aws-623CE4.svg?style=flat
[discuss]: https://discuss.hashicorp.com/c/terraform-providers/tf-aws/- Website: [terraform.io](https://terraform.io)
- Tutorials: [learn.hashicorp.com](https://learn.hashicorp.com/terraform?track=getting-started#getting-started)
- Forum: [discuss.hashicorp.com](https://discuss.hashicorp.com/c/terraform-providers/tf-aws/)
- Chat: [gitter](https://gitter.im/hashicorp-terraform/Lobby)
- Mailing List: [Google Groups](http://groups.google.com/group/terraform-tool)The Terraform AWS provider is a plugin for Terraform that allows for the full lifecycle management of AWS resources.
This provider is maintained internally by the HashiCorp AWS Provider team.Please note: We take Terraform's security and our users' trust very seriously. If you believe you have found a security issue in the Terraform AWS Provider, please responsibly disclose by contacting us at [email protected].
## Quick Starts
- [Using the provider](https://www.terraform.io/docs/providers/aws/index.html)
- [Provider development](docs/contributing)## Documentation
Full, comprehensive documentation is available on the Terraform website:
https://terraform.io/docs/providers/aws/index.html
## Roadmap
Our roadmap for expanding support in Terraform for AWS resources can be found in our [Roadmap](ROADMAP.md) which is published quarterly.
## Frequently Asked Questions
Responses to our most frequently asked questions can be found in our [FAQ](docs/contributing/faq.md )
## Contributing
The Terraform AWS Provider is the work of thousands of contributors. We appreciate your help!
To contribute, please read the contribution guidelines: [Contributing to Terraform - AWS Provider](docs/contributing)