This project is mirrored from https://:*****@github.com/hashicorp/terraform.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 11 Apr, 2016 14 commits
-
-
Paul Stack authored
-
David Glasser authored
Wording borrowed from the website docs.
-
Seth Vargo authored
-
Seth Vargo authored
Read more default envvars for GCP
-
Clint authored
* provider/aws: Add more Randomization to DB Parameter Group Tests, to avoid collisions * provider/aws: Add more randomization to Autoscaling group tests
-
Seth Vargo authored
- Closes #5874 - Fixes #5872
-
Seth Vargo authored
-
James Nugent authored
This plays more nicely with mobile email clients.
-
Seth Vargo authored
Move GCP projece attribute onto resources, inherit from provider
-
Seth Vargo authored
-
Sander van Harmelen authored
Add project parameter to cloudstack_port_forward.
-
Hany Fahim authored
-
Paul Stack authored
-
Jacob Severson authored
Added the ability to set the "privacy" of a github_team resource so all teams won't automatically set to private. * Added the privacy argument to github_team * Refactored parameter validation to be general for any argument * Updated testing
-
- 10 Apr, 2016 7 commits
-
-
James Nugent authored
deps: Update github.com/fsouza/go-dockerclient
-
James Nugent authored
This introduces the fix in fsouza/go-dockerclient#497, which in turn fixes fsouza/go-dockerclient#296. This allows Terraform to build fully on OpenBSD.
-
Seth Vargo authored
This commit also normalizes the format we display attributes.
-
Seth Vargo authored
This is the first step in removing the config dependency on "project". This change is backwards-compatible because the value for this new attribute defaults to the value from the provider.
-
Seth Vargo authored
The current implementation returns error as the first parameter, but it is usually the last parameter.
-
Seth Vargo authored
-
Seth Vargo authored
-
- 09 Apr, 2016 5 commits
-
-
James Nugent authored
command: delete unused class
-
James Nugent authored
Use schema funcs for reading values from the env
-
James Nugent authored
Remove TF_QUICKDEV environment variable
-
Hany Fahim authored
- Add parameter to resource. - Modify read operation to pass in projectid if defined.
-
Joshua Spence authored
This environment variable doesn't seem to be used, the last usage was removed in 6fe27036.
-
- 08 Apr, 2016 14 commits
-
-
James Nugent authored
-
Seth Vargo authored
-
Paul Stack authored
-
Ricard Clau authored
-
Paul Stack authored
-
Hector Rivas Gandara authored
* provider/aws: test empty plan with sns_topic policy with random order If we setup a sns_topic policy with a policy with a different order to the one set by the AWS API, terraform plan will be not empty between runs. * provider/aws: normalize json policy for sns topic For the policy attribute of the resource aws_sns_topic, AWS returns the policy in JSON format with the fields in a different order. If we store and compare the values without normalizing, terraform will unnecesary trigger and update of the resource. To avoid that, we must add a normalization function in the StateFunc of the policy attribute and also when we read the attribute from AWS.
-
Paul Stack authored
-
Justin Clark authored
-
Michael H. Oshita authored
On creating CloudWatch metric alarms, I need to get the HealthCheckId dimension. Reference would be useful. ``` dimensions { "HealthCheckId" = "${aws_route53_health_check.foo.id}" } ```
-
Sander van Harmelen authored
-
Joe Topjian authored
-
Joe Topjian authored
provider/openstack: Allow subnets with no gateway
-
Joe Topjian authored
This commit adds a no_gateway attribute. When set, the subnet will not have a gateway. This is different than not specifying a gateway_ip since that will cause a default gateway of .1 to be used. This behavior mirrors the OpenStack Neutron command-line tool. Fixes #6031
-
Joe Topjian authored
vendor: Updating gophercloud for openstack
-