Paul Hinze
c2b293d047
Fix comment typo
2015-04-06 10:45:02 -05:00
Clint Shryock
c5eb16cfb1
provider/aws: Change Route 53 record to allow resource updates
...
This removes `ForceNew` from `records` and `ttl`, and introduces a
`resourceAwsRoute53RecordUpdate` function. The `resourceAwsRoute53RecordUpdate`
falls through to the `resourceAwsRoute53RecordCreate` function, which utilizes
AWS `UPSERT` behavior and diffs for us.
`Name` and `Type` are used by AWS in the `UPSERT`, so only records with matching
`name` and `type` can be updated. Others are created as new, so we leave the
`ForceNew` behavior here.
2015-04-06 10:16:23 -05:00
Mitchell Hashimoto
2b294ddb81
Merge pull request #1390 from alexshd/patch-1
...
contrib/zsh: added taint completion
2015-04-04 15:36:04 -07:00
Alex Shadrin
fdfb84df71
added taint completion
2015-04-04 13:06:27 +03:00
Travis Truman
2a387725fa
Correcting a minor spelling mistake
2015-04-03 17:38:42 -04:00
Nick HS
39598cf1fa
Rename False to false in aws_db_instance
...
False isn't allowed in hcl, just fixing a typo
2015-04-03 15:19:41 -04:00
Nick HS
95270bf68d
Change example name in aws_db_paramater_group res
...
AWS DB Paramater Groups cannot contain underscores, see
http://docs.aws.amazon.com/AmazonRDS/latest/CommandLineReference/CLIReference-cmd-CreateDBParameterGroup.html
2015-04-03 15:16:13 -04:00
Clint Shryock
f02de51d58
provider/aws: Fix refresh issue in Route 53 hosted zone
...
Change the error handling/detection to correctly determine no hosted zone
exists.
2015-04-03 13:59:34 -05:00
Paul Hinze
9a91e1021a
providers/aws: don't force update for existing launch configs
...
These changes should fix #1367 :
* `ebs_optimized` gets `Computed: true` and set from `Read`
* `ephemeral_block_device` loses `Computed: true`
* explicitly set `root_block_device` to empty from `Read`
While I was in there (tm):
* Send pointers to `d.Set` so we can use its internal nil check.
2015-04-03 12:58:49 -05:00
Paul Hinze
b0abb4ea49
Merge pull request #1379 from hashicorp/f-validate-forcenew-on-resources-without-update
...
helper/schema: ensure ForceNew set when Update is not
2015-04-03 12:53:55 -05:00
Clint Shryock
961a646b9a
provider/aws: Support additional changes to RDS without forcing a new resource
2015-04-03 12:23:01 -05:00
Clint
0cff04a37f
Merge pull request #1377 from hashicorp/b-aws-fix-db-subnet-group-check
...
provider/aws: Fix issue finding db subnets
2015-04-03 10:02:20 -05:00
Paul Hinze
66dbf91ffd
helper/schema: ensure ForceNew set when Update is not
...
If a given resource does not define an `Update` function, then all of
its attributes must be specified as `ForceNew`, lest Applys fail with
"doesn't support update" like #1367 .
This is something we can detect automatically, so this adds a check for
it when we validate provider implementations.
2015-04-03 09:57:30 -05:00
Tomas Doran
2dfb837974
Document the fix to GH-1068 on the website
2015-04-03 15:51:12 +01:00
Clint Shryock
268f935386
provider/aws: Fix issue finding db subnets
...
AWS seems to lower case DB Subnet Group names, causing a failure in TF if your
name isn't all lower case.
2015-04-03 09:34:04 -05:00
Jack Pearkes
ccb6cefca9
website: fix openstack doc links and style
2015-04-02 21:08:42 -07:00
Paul Hinze
3751533c3a
Update CHANGELOG.md
2015-04-02 14:10:16 -05:00
Mitchell Hashimoto
2f37b80fb7
up version for dev
2015-04-02 11:38:10 -07:00
Mitchell Hashimoto
8577fd466c
website: update middleman dep
2015-04-02 11:29:46 -07:00
Mitchell Hashimoto
2055405d2f
website: fix markdown syntax errors
2015-04-02 11:19:27 -07:00
Mitchell Hashimoto
1894e98555
Merge pull request #1365 from hashicorp/f-0-4-0-deps
...
record deps for 0.4.0 release
2015-04-02 11:02:36 -07:00
Paul Hinze
a2cd804e17
record deps for 0.4.0 release
2015-04-02 12:51:01 -05:00
Mitchell Hashimoto
9fd14f1638
v0.4.0
2015-04-02 10:42:10 -07:00
Paul Hinze
cedfadc808
Merge pull request #1352 from hashicorp/b-rds-pointers
...
providers/aws: pass pointers directly to d.Set in RDS
2015-04-02 12:41:31 -05:00
Paul Hinze
045c020244
Merge pull request #1364 from hashicorp/f-lc-block-devices
...
block device support for launch configurations
2015-04-02 12:41:11 -05:00
Jason Waldrip
f77250f17d
block device support for launch configurations
...
- mimics block device support from AWS instance
- splits the acceptance tests out so they all pass, handling a FIXME
from #1079
2015-04-02 12:34:13 -05:00
Paul Hinze
f8a699f3d8
Merge pull request #1079 from bobtfish/launch_configuration_computed_names
...
RFC for making launch configuration names computed.
2015-04-02 12:10:22 -05:00
Paul Hinze
737ecb3c31
Merge pull request #1363 from jtopjian/openstack-doc-updates
...
provider/openstack: documentation updates
2015-04-02 11:43:32 -05:00
Paul Hinze
de1a58512a
Merge pull request #1359 from hashicorp/b-do-ssh-key-test
...
providers/digitalocean: fix ssh key test
2015-04-02 11:34:34 -05:00
Joe Topjian
c6a8849725
OpenStack Documentation Updates
2015-04-02 16:12:18 +00:00
Paul Hinze
ec356f5b9c
Merge pull request #1362 from hhoover/docs
...
Fix(docs) Correct spelling error in Docker documentation
2015-04-02 10:45:53 -05:00
Hart Hoover
3fcaab9114
Fix(docs) Correct spelling error in Docker documentation
2015-04-02 10:43:40 -05:00
Paul Hinze
ace47c1c5b
providers/digitalocean: fix ssh key test
...
there's now validation on the public key field
2015-04-02 09:04:59 -05:00
Clint Shryock
87e1260fac
update hash for aws security group test
2015-04-02 09:00:47 -05:00
Paul Hinze
e0cdadfc55
Merge pull request #1347 from jtopjian/compute-network-refactor
...
provider/openstack Compute Network Refactor
2015-04-02 08:46:03 -05:00
Rui Zhang
94bb3ed513
Support for AWS Placement Group
...
- add placement_group for aws instance
- update test and document
2015-04-01 23:33:16 -07:00
Mitchell Hashimoto
31531e5414
update CHANGELOG
2015-04-01 22:55:16 -07:00
Mitchell Hashimoto
8ee6a03748
Merge pull request #1208 from tarrant/master
...
Add support for SSH Agent
2015-04-01 22:54:50 -07:00
Mitchell Hashimoto
2721f6235e
update cHANGELOG
2015-04-01 22:52:13 -07:00
Mitchell Hashimoto
a2014fc846
Merge pull request #1185 from hashicorp/f-remote-resource
...
Feature: Remote Modules
2015-04-01 22:50:30 -07:00
Mitchell Hashimoto
478379b3b3
providers/terraform: name it terraform_remote_state
2015-04-01 22:49:05 -07:00
Tarrant
f68c9eee63
Merge branch 'master' of https://github.com/hashicorp/terraform
2015-04-01 18:24:57 -07:00
Joe Topjian
1693767922
Compute Instance basic acceptance test
...
A change was made to account for clouds with multiple networks.
2015-04-02 00:10:46 +00:00
Ryan Uber
854267fb0e
Merge pull request #1355 from hashicorp/f-plan-exitcode
...
Granular exit code during terraform plan
2015-04-01 16:21:01 -07:00
Joe Topjian
7ca97f4bfc
Updating Floating IP acceptance tests
2015-04-01 22:54:09 +00:00
Joe Topjian
99ac8b4410
Compute Floating IP Test Update
...
Changes the test to require a network UUID rather than a name.
2015-04-01 21:39:54 +00:00
Joe Topjian
ef4e03a729
Workaround for missing tenant-network
...
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.
2015-04-01 21:31:55 +00:00
Clint Shryock
c7282d6a94
provider/aws: Change AWS Subnet map ip on launch to default false, from computed
2015-04-01 16:27:12 -05:00
Clint Shryock
85c0910165
Merge remote-tracking branch 'upstream/master' into b-fix-aws-subnet-map-public-change
...
* upstream/master: (295 commits)
Update CHANGELOG.md
provider/aws: Allow DB Parameter group to change in RDS
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
...
2015-04-01 16:24:38 -05:00
Clint
e2f3b07535
Update CHANGELOG.md
2015-04-01 16:11:27 -05:00