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.
- 01 Apr, 2015 23 commits
-
-
Clint Shryock authored
-
Clint Shryock authored
* master: (167 commits) return error if failed to set tags on Route 53 zone core: [tests] fix order dependent test Fix hashcode for ASG test provider/aws: Fix issue with tainted ASG groups failing to re-create Don't error when reading s3 bucket with no tags Avoid panics when DBName is not set Add floating IP association in aceptance tests Use env var OS_POOL_NAME as default for pool attribute providers/heroku: Add heroku-postgres to example docs: resource addressing providers/heroku: Document environment variables providers/heroku: Add region to example Bugfix on floating IP assignment Update CHANGELOG.md update CHANGELOG website: note on docker core: formalize resource addressing core: fill out context tests for targeted ops core: docs for targeted operations core: targeted operations ...
-
Clint authored
Add Tags to AWS RDS
-
Clint Shryock authored
* upstream/master: return error if failed to set tags on Route 53 zone cleanups provider/aws: Finish Tag support for Route 53 zone provider/aws: Add tags to Route53 hosted zones
-
Clint authored
provider/aws: Add tags to Route53 hosted zones
-
Clint Shryock authored
-
Clint Shryock authored
* master: (172 commits) core: [tests] fix order dependent test Fix hashcode for ASG test provider/aws: Fix issue with tainted ASG groups failing to re-create Don't error when reading s3 bucket with no tags Avoid panics when DBName is not set Add floating IP association in aceptance tests Use env var OS_POOL_NAME as default for pool attribute providers/heroku: Add heroku-postgres to example docs: resource addressing providers/heroku: Document environment variables providers/heroku: Add region to example Bugfix on floating IP assignment Update CHANGELOG.md update CHANGELOG website: note on docker core: formalize resource addressing core: fill out context tests for targeted ops core: docs for targeted operations core: targeted operations user_data support ...
-
Clint Shryock authored
* master: (172 commits) core: [tests] fix order dependent test Fix hashcode for ASG test provider/aws: Fix issue with tainted ASG groups failing to re-create Don't error when reading s3 bucket with no tags Avoid panics when DBName is not set Add floating IP association in aceptance tests Use env var OS_POOL_NAME as default for pool attribute providers/heroku: Add heroku-postgres to example docs: resource addressing providers/heroku: Document environment variables providers/heroku: Add region to example Bugfix on floating IP assignment Update CHANGELOG.md update CHANGELOG website: note on docker core: formalize resource addressing core: fill out context tests for targeted ops core: docs for targeted operations core: targeted operations user_data support ...
-
Paul Hinze authored
-
Clint Shryock authored
* f-aws-asg-fix-drain-delete: Fix hashcode for ASG test
-
Clint Shryock authored
-
Paul Hinze authored
core: targeted operations
-
Clint authored
provider/aws: Fix issue with tainted ASG groups failing to re-create
-
Justin Campbell authored
providers/heroku: Documentation improvements
-
Clint Shryock authored
-
Paul Hinze authored
OpenStack provider - Bugfix on floating IP assignment
-
Paul Hinze authored
Provider/AWS: RDS - Avoid panics when DBName is not set
-
Paul Hinze authored
Don't error when reading s3 bucket with no tags
-
Phil Frost authored
s3.GetBucketTagging returns an error if there are no tags associated with a bucket. Consequently, any configuration with a tagless s3 bucket would fail with an error, "the TagSet does not exist". Handle that error more appropriately, interpreting it as an empty set of tags.
-
Michał Guminiak authored
provider/aws: The DBName in RDS instance is optional and when not set, the Read function return null.
-
Guillaume Giamarchi authored
-
Guillaume Giamarchi authored
To have the same behaviour for openstack_networking_floatingip_v2 and openstack_compute_foatingip_v2.
-
Justin Campbell authored
-
- 31 Mar, 2015 17 commits
-
-
Paul Hinze authored
-
Justin Campbell authored
-
Justin Campbell authored
...since it's required
-
Guillaume Giamarchi authored
The `getFirstNetworkID` does not work correctly because the first network is not always the private network of the instance. As long as the `GET /networks` gives a list containing also public networks we don't have any guarantee that the first network is the one we want. Furthermore, with a loop over the network list we are not able to determine which network is the one we want. Instead of retrieving the network ID and then finding the port ID, it's better to basically take the first port ID of the instance.
-
Paul Hinze authored
-
Paul Hinze authored
OpenStack Provider
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
Docker provider
-
Mitchell Hashimoto authored
-
Paul Hinze authored
Only used in targets for now. The plan is to use this for interpolation as well. This allows us to target: * individual resources expanded by `count` using bracket / index notation. * deposed / tainted resources with an `InstanceType` field after name Docs to follow.
-
Paul Hinze authored
-
Paul Hinze authored
-
Paul Hinze authored
Add `-target=resource` flag to core operations, allowing users to target specific resources in their infrastructure. When `-target` is used, the operation will only apply to that resource and its dependencies. The calculated dependencies are different depending on whether we're running a normal operation or a `terraform destroy`. Generally, "dependencies" refers to ancestors: resources falling _before_ the target in the graph, because their changes are required to accurately act on the target. For destroys, "dependencies" are descendents: those resources which fall _after_ the target. These resources depend on our target, which is going to be destroyed, so they should also be destroyed.
-
Chris Buben authored
Mostly stolen from: https://github.com/jtopjian/terraform-provider-openstack/blob/master/openstack/resource_openstack_instance.go
-
Julien Vey authored
-
Joe Topjian authored
This commit adds pending states for volume attachment, detachment, and deletion.
-
Joe Topjian authored
-