-
Notifications
You must be signed in to change notification settings - Fork 9.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into f-aws-elastic-beanstalk
* master: (132 commits) provider/openstack: fix test formatting Update CHANGELOG.md Fixing the RDS Cluster Instance docs to show that either an instance must be set as public OR have a db_subnet_group_name set Fix tests Update CHANGELOG.md Update CHANGELOG.md Removing an unnecessary duplicate test for the RDS Cluster Backups provider/openstack: fixed_ips implementation for ports Update CHANGELOG.md Logging that the DO droplet wasn't found before removing it ElastiCache cluster read tolerates removed cluster. Changing the DigitalOcean Droplet 404 from a message string to an actual 404 status code Fixing the DigitalOcean Droplet 404 potential on refresh of state Changes after the feedback from @catsby - these all made perfect sense provider/digitalocean: enhance user_data test Fixing the spelling mistakes and adding a test to prove that the Updates to the new properties of RDS Cluster work as expected Update CHANGELOG.md Adding backup_retention_period, preferred_backup_window and preferred_maintenance_window to RDS Cluster Making user_data force a new droplet for DigitalOcean Update CHANGELOG.md ...
- Loading branch information
Showing
166 changed files
with
12,011 additions
and
621 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ sudo: false | |
language: go | ||
|
||
go: | ||
- 1.4 | ||
- 1.5 | ||
- tip | ||
|
||
install: make updatedeps | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package main | ||
|
||
import ( | ||
"github.com/hashicorp/terraform/builtin/providers/tls" | ||
"github.com/hashicorp/terraform/plugin" | ||
) | ||
|
||
func main() { | ||
plugin.Serve(&plugin.ServeOpts{ | ||
ProviderFunc: tls.Provider, | ||
}) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.