Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r/aws_lightsail_database: service/lightsail: new-resource #18663

Merged
merged 33 commits into from
Jul 5, 2022
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2aca315
Resource Init
Apr 8, 2021
4311c02
Fixed update waiter
Apr 8, 2021
eed912f
resolved failing disappears test
Apr 8, 2021
ba18903
fixed documentation for import section
Apr 8, 2021
08ff008
ASG - as per the docs and the error given on the API the min value fo…
craiggenner Aug 4, 2021
6099676
Merge pull request #20436 from craiggenner/master
ewbankkit Aug 4, 2021
b8b7fee
Correcting aws_launch_template.metadata_options.http_endpoint (#20701)
nicwaller Aug 26, 2021
1be2029
Merge branch 'master' of https://github.com/hashicorp/terraform-provi…
brittandeyoung Sep 23, 2021
1f5efc4
bring up to speed
brittandeyoung Sep 23, 2021
88ef1ff
Merge branch 'main' of https://github.com/hashicorp/terraform-provide…
brittandeyoung Sep 23, 2021
eccc417
Merge remote-tracking branch 'origin/main' into f-d-aws_lightsail_dat…
brittandeyoung Sep 23, 2021
3590b4b
fixed failed merge conflicts
brittandeyoung Sep 23, 2021
90d2567
fixed failed merge conflict
brittandeyoung Sep 23, 2021
a8f972a
Merge branch 'main' of https://github.com/brittandeyoung/terraform-pr…
brittandeyoung Oct 26, 2021
b499b18
relocated the code into internal service
brittandeyoung Oct 26, 2021
18465dd
rename waiter
brittandeyoung Oct 26, 2021
da5cd10
fix: AT010
brittandeyoung Nov 4, 2021
07bd1e7
removed un used output from wait
brittandeyoung Nov 4, 2021
0df2987
Merge branch 'main' into f-d-aws_lightsail_database
brittandeyoung May 10, 2022
0cb9aea
Requested fixes
brittandeyoung May 13, 2022
ecade84
resolve document linting issues
brittandeyoung May 13, 2022
01e1e96
lightsail: Amend database resource and waiter
brittandeyoung Jun 9, 2022
3c3778b
Add change log
brittandeyoung Jun 10, 2022
a8f0c19
Merge branch 'main' into f-d-aws_lightsail_database
brittandeyoung Jun 10, 2022
0d4a9fa
lightsail: Amend Database Tests
brittandeyoung Jun 10, 2022
ec02b15
lightsail: Amend Database Tests
brittandeyoung Jun 10, 2022
de5089d
lightsail: Amend waiter, status, and resource
brittandeyoung Jun 11, 2022
5fc96b6
Merge branch 'main' into f-d-aws_lightsail_database
brittandeyoung Jun 22, 2022
5d834e4
lightsail: provider make fmt
brittandeyoung Jun 22, 2022
692cb63
Merge branch 'main' into f-d-aws_lightsail_database
brittandeyoung Jul 1, 2022
5c01272
lightsail: moved resource constant to resource file
brittandeyoung Jul 1, 2022
0bac957
lightsail: amend database test config function names
brittandeyoung Jul 1, 2022
1abc1c8
r/aws_lightsail_database: Tweak CRUD handler function names.
ewbankkit Jul 5, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -1605,6 +1605,7 @@ func Provider() *schema.Provider {
"aws_licensemanager_association": licensemanager.ResourceAssociation(),
"aws_licensemanager_license_configuration": licensemanager.ResourceLicenseConfiguration(),

"aws_lightsail_database": lightsail.ResourceDatabase(),
"aws_lightsail_domain": lightsail.ResourceDomain(),
"aws_lightsail_instance": lightsail.ResourceInstance(),
"aws_lightsail_instance_public_ports": lightsail.ResourceInstancePublicPorts(),
Expand Down
Loading