Skip to content

Commit

Permalink
Merge pull request #18663 from brittandeyoung/f-d-aws_lightsail_database
Browse files Browse the repository at this point in the history
r/aws_lightsail_database: service/lightsail: new-resource
  • Loading branch information
ewbankkit authored Jul 5, 2022
2 parents 12105eb + 1abc1c8 commit 180eb74
Show file tree
Hide file tree
Showing 8 changed files with 1,838 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/18663.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_lightsail_database
```
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1665,6 +1665,7 @@ func Provider() *schema.Provider {

"aws_lightsail_container_service": lightsail.ResourceContainerService(),
"aws_lightsail_container_service_deployment_version": lightsail.ResourceContainerServiceDeploymentVersion(),
"aws_lightsail_database": lightsail.ResourceDatabase(),
"aws_lightsail_domain": lightsail.ResourceDomain(),
"aws_lightsail_instance": lightsail.ResourceInstance(),
"aws_lightsail_instance_public_ports": lightsail.ResourceInstancePublicPorts(),
Expand Down
5 changes: 5 additions & 0 deletions internal/service/lightsail/consts.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package lightsail

const (
ResTags = "Tags"
)
Loading

0 comments on commit 180eb74

Please sign in to comment.