https://github.com/mtulio/terraform-provider-aws
Terraform AWS provider
https://github.com/mtulio/terraform-provider-aws
Last synced: 5 months ago
JSON representation
Terraform AWS provider
- Host: GitHub
- URL: https://github.com/mtulio/terraform-provider-aws
- Owner: mtulio
- License: mpl-2.0
- Fork: true (openshift/terraform-provider-aws)
- Created: 2021-11-10T17:50:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-15T21:13:43.000Z (over 4 years ago)
- Last Synced: 2024-06-20T05:05:55.582Z (almost 2 years ago)
- Homepage: https://www.terraform.io/docs/providers/aws/
- Size: 200 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Terraform Provider for AWS
[![Build Status][travis-badge]][travis]
[![Forums][discuss-badge]][discuss]
[travis-badge]: https://api.travis-ci.org/terraform-providers/terraform-provider-aws.svg?branch=master
[travis]: https://travis-ci.org/github/terraform-providers/terraform-provider-aws
[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/DEVELOPMENT.md)
## 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/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.md)