https://github.com/onlydole/remote_state
Remote state module for Terraform
https://github.com/onlydole/remote_state
Last synced: 5 months ago
JSON representation
Remote state module for Terraform
- Host: GitHub
- URL: https://github.com/onlydole/remote_state
- Owner: onlydole
- License: mit
- Created: 2018-12-10T05:07:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-10T05:08:14.000Z (over 7 years ago)
- Last Synced: 2025-03-24T06:49:11.804Z (about 1 year ago)
- Language: HCL
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Terraform S3 Remote State
A remote state module for Terraform that creates S3 buckets for storing state.
## Usage
```hcl
module "remote_state" {
source = "github.com/onlydole/remote_state.git?ref=v1.0.0"
environment = "int"
}
```
See `interface.tf` for additional configurable variables.
## License
MIT