Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deyoungtech/terraform-provider-awslightsail
Terraform Provider for AWS Lightsail.
https://github.com/deyoungtech/terraform-provider-awslightsail
aws aws-lightsail lightsail terraform terraform-provider
Last synced: 28 days ago
JSON representation
Terraform Provider for AWS Lightsail.
- Host: GitHub
- URL: https://github.com/deyoungtech/terraform-provider-awslightsail
- Owner: DeYoungTech
- License: mpl-2.0
- Created: 2022-01-04T19:04:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T13:03:25.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T07:41:23.911Z (28 days ago)
- Topics: aws, aws-lightsail, lightsail, terraform, terraform-provider
- Language: Go
- Homepage:
- Size: 188 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: contributing/README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Terraform Provider for AWS Lightsail
> **I am now a contributor to the official AWS provider. All features within this provider have been added to the official AWS provider and all of my development effort will be to contribute Lightsail resources to the Official provider. This provider will no longer be updated.**A terraform provider for AWS Lightsail using `aws-sdk-go-v2`.
```terraform
provider "awslightsail" {
region = "us-east-1"
}
```The Terraform AWS Lightsail provider is a plugin for Terraform that allows for the full lifecycle management of AWS Lightsail resources.
This provider is maintained internally by the DeYoung Technologies team.