Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 14 hours ago
JSON representation

Terraform Provider for AWS Lightsail.

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.