Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.54 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.54 KB

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.

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.