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.
- 02 Apr, 2015 8 commits
-
-
Paul Hinze authored
provider/openstack Compute Network Refactor
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
Add support for SSH Agent
-
Mitchell Hashimoto authored
-
Mitchell Hashimoto authored
Feature: Remote Modules
-
Mitchell Hashimoto authored
-
-
Joe Topjian authored
A change was made to account for clouds with multiple networks.
-
- 01 Apr, 2015 32 commits
-
-
Ryan Uber authored
Granular exit code during terraform plan
-
Joe Topjian authored
-
Joe Topjian authored
Changes the test to require a network UUID rather than a name.
-
Joe Topjian authored
This commit resolves an issue where the tenant-network api extension does not exist. The caveat is that the user must either specify no networks (single network environment) or can only specify UUIDs for network configurations.
-
Clint authored
-
Clint authored
provider/aws: Add non-destructive updates to AWS RDS
-
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 ...
-
Ryan Uber authored
-
Ryan Uber authored
-
Paul Hinze authored
-
Joe Topjian authored
This allows the obtained network information to be successfully stored for environments that do not require a network resource to be specified.
-
Clint Shryock authored
* f-aws-asg-fix-drain-delete: Fix hashcode for ASG test
-
Clint Shryock authored
-
Joe Topjian authored
-
Joe Topjian authored
-
Joe Topjian authored
-
Joe Topjian authored
-
Joe Topjian authored
This commit changes how the network info is read from OpenStack. It pulls all relevant information from server.Addresses and merges it with the available information from the networks parameters. The access_v4, access_v6, and floating IP information is then determined from the result. A MAC address parameter is also added since that information is available in server.Addresses.
-
Joe Topjian authored
This commit allows the user to specify a network by name rather than just uuid. This is done via the os-tenant-networks api extension. This works for both neutron and nova-network.
-
Joe Topjian authored
-
Joe Topjian authored
This is only possible if the OpenStack cloud explicitly has a network called "public".
-
Joe Topjian authored
This commit causes the resource to manage floating IPs by way of the os-floating-ips API. At the moment, it works with both nova-network and Neutron environments, but if you use multiple Neutron networks, the network that supports the floating IP must be listed first.
-
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
-