https://github.com/zonkyio/terraform-provider-aws
clone hashicorp repa pro provider terraform-provider-aws
https://github.com/zonkyio/terraform-provider-aws
Last synced: 7 months ago
JSON representation
clone hashicorp repa pro provider terraform-provider-aws
- Host: GitHub
- URL: https://github.com/zonkyio/terraform-provider-aws
- Owner: zonkyio
- License: mpl-2.0
- Created: 2021-11-26T14:45:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T19:01:55.000Z (over 2 years ago)
- Last Synced: 2025-01-25T17:10:02.451Z (9 months ago)
- Language: Go
- Size: 154 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/contributing/README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: .github/SUPPORT.md
- Roadmap: ROADMAP.md
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 security@hashicorp.com.
## 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)