James Nugent
90b6512e0d
Merge pull request #4758 from hashicorp/f-azurerm-poll-indefinitely
...
provider/azurerm: Poll indefinitely if no error
2016-01-20 10:32:22 -05:00
James Nugent
734d5698d7
provider/azurerm: Poll indefinitely if no error
...
This adds a pollIndefinitelyWhileNeeded function which will continue to
poll Azure RM operation monitoring endpoints until an error is reported
or the operation meets one of the given status codes. This may need
revisiting at some point in the future.
2016-01-20 10:25:26 -05:00
James Nugent
6e23304710
Update CHANGELOG.md
2016-01-20 09:30:12 -05:00
James Nugent
6dd31986fd
Merge pull request #4753 from hashicorp/b-init-state-path
...
command/init: put remote state config at proper path [GH-2927]
2016-01-20 09:28:21 -05:00
James Nugent
fbe3098f1d
Update CHANGELOG.md
2016-01-20 09:24:28 -05:00
James Nugent
4fb90c9dcf
Merge branch 'f-google-named-ports'
2016-01-20 09:22:43 -05:00
chris
9aa8bbda93
provider/google: Support named_port on instance_group_manager
...
This allows HTTP and HTTPs load-balancers to direct traffic to ports other than tcp/80 and tcp/443.
2016-01-20 09:15:30 -05:00
Mitchell Hashimoto
6a972a7713
command/init: put remote state config at proper path [GH-2927]
2016-01-19 17:13:19 -08:00
Paul Hinze
c42f25df74
Update CHANGELOG.md
2016-01-19 19:03:33 -06:00
Paul Hinze
79fafbdbe8
website: document kms_key_id on s3 remote state
2016-01-19 18:58:47 -06:00
Paul Hinze
ba21769083
Merge pull request #2903 from kjmkznr/remote-s3-sse-kms
...
state/remote/s3: Allows KMS Key Encryption setting when using S3 backend with encrypt
2016-01-19 18:54:03 -06:00
Paul Hinze
902096034c
Update CHANGELOG.md
2016-01-19 18:29:46 -06:00
Paul Hinze
7d10d454e2
Merge pull request #4749 from hashicorp/b-1752
...
core: fix diff mismatch when RequiresNew field and list both change
2016-01-19 18:29:10 -06:00
Paul Hinze
077879f59c
Update CHANGELOG.md
2016-01-19 18:25:35 -06:00
Paul Hinze
47b521ebaf
Merge pull request #4745 from hashicorp/b-lifecycle-keys
...
config: validate lifecycle keys [GH-4413]
2016-01-19 18:24:54 -06:00
Paul Hinze
05ac186691
Update CHANGELOG.md
2016-01-19 18:24:10 -06:00
Paul Hinze
911575b7d6
Merge pull request #4747 from hashicorp/b-escaped
...
Literals with escaped interpolations work
2016-01-19 18:23:08 -06:00
Paul Hinze
283d57c031
Merge pull request #4700 from hashicorp/phinze/fix-testrace-resource
...
helper/resource: Fix data race in resource.Retry
2016-01-19 17:17:04 -06:00
Paul Hinze
4af2c5f5dd
core: fix diff mismatch when RequiresNew field and list both change
...
fixes #1752
Includes AccTest reproducing example from the issue as well as a bunch
of explanatory comments in the tests and impls.
2016-01-19 15:38:04 -06:00
Mitchell Hashimoto
693736b52a
config: fix tests
2016-01-19 13:17:47 -08:00
Mitchell Hashimoto
f223be15cd
config: eval HEL as long as the result changes [GH-2909]
2016-01-19 12:51:56 -08:00
Mitchell Hashimoto
54de9057ba
terraform: failing test case
2016-01-19 12:37:55 -08:00
Mitchell Hashimoto
851e440d1d
Update CHANGELOG.md
2016-01-19 12:32:19 -08:00
Mitchell Hashimoto
585d0943d9
Merge pull request #4746 from hashicorp/b-detect-weird-json
...
config: detect provisioner-only resource in JSON and error [GH-4385]
2016-01-19 12:31:29 -08:00
Mitchell Hashimoto
8e7b0d90e3
config: detect provisioner-only resource in JSON and error [GH-4385]
2016-01-19 12:19:32 -08:00
Mitchell Hashimoto
99fbb91ba2
config: validate lifecycle keys [GH-4413]
2016-01-19 11:28:45 -08:00
James Nugent
7ab19c62e6
Update CHANGELOG.md
2016-01-19 12:51:34 -05:00
James Nugent
44700f71b0
Merge pull request #4740 from stack72/azurerm-cdn-profile
...
provider/azurerm: add cdn profile
2016-01-19 12:49:49 -05:00
stack72
183eb248df
Scaffold the Azure RM CDN Profile
2016-01-19 17:37:28 +00:00
James Nugent
a4abb0e66c
Merge pull request #4739 from hashicorp/b-azurerm-resource-id-parsing
...
provider/azurerm: Parse "resourcegroups" in IDs
2016-01-19 11:42:45 -05:00
James Nugent
c3ce8b81ef
provider/azurerm: Parse "resourcegroups" in IDs
...
When parsing resource IDs (probably incorrectly since they are URIs and
should therefore be opaque), we need to look for "resourcegroups" in
addition to "resourceGroups" because the Azure CDN resources return that
in their URIs.
Unfortunately the casing semantics of the rest of the string are not
clear, so downcasing the entire URI is probably best avoided. This is a
fix for a single case.
2016-01-19 11:32:16 -05:00
Clint
8e5108b659
Update CHANGELOG.md
2016-01-19 10:27:00 -06:00
Clint
569e74c2e7
Merge pull request #4481 from ElliotG/feature/encryptedBlockDevice
...
provider/aws: Added support for the encryption flag on ebs_block_devices in launch configurations
2016-01-19 10:26:11 -06:00
James Nugent
0a2966d26d
Merge pull request #4730 from leeprovoost/master
...
provider/aws: Fix principal in cloud trail bucket policy docs
2016-01-19 07:45:37 -05:00
James Nugent
2be2bf3651
Merge pull request #4732 from stack72/f-aws-docs-launch-config
...
docs/aws: Launch Config `ami` -> `image_id`
2016-01-19 07:44:10 -05:00
stack72
138a6b67a4
Change the AWS Launch Configuration Documentation examples from ami to image_id
2016-01-19 10:12:50 +00:00
Lee Provoost
96f3f76118
Principal * gets rejected by AWS, use cloudtrail.amazonaws.com instead.
2016-01-19 08:54:42 +00:00
Radek Simko
36997b2e70
Merge pull request #4729 from fromonesrc/ecr-repo-typo
...
Fix typo in ecr_repository_policy docs
2016-01-19 07:48:47 +00:00
Adam Ochonicki
46c2fd68d9
Fix typo in ecr_repository_policy docs
2016-01-18 21:40:08 -05:00
James Nugent
7897e08342
Merge pull request #4722 from stack72/azurerm-resource-tagging
...
[WIP] provider/azurerm: tagging of resources
2016-01-18 16:15:52 -05:00
stack72
a9afb489f6
Adds the ability to tag more of the Azure RM Network resources
2016-01-18 20:55:28 +00:00
James Nugent
c23d6d63b3
Merge pull request #4720 from stack72/azurerm-tagging-acceptance-tests
...
Add acceptance tests and docs update to allow the tagging of AzureRM …
2016-01-18 13:59:51 -05:00
stack72
2ebe2c01f1
Add acceptance tests and docs update to allow the tagging of AzureRM resource &
2016-01-18 18:35:41 +00:00
James Nugent
14344d0857
Merge pull request #4719 from hashicorp/f-azurerm-tag-resources
...
Add tagging support for ARM resource groups and virtual networks
2016-01-18 13:20:35 -05:00
James Nugent
2ff0c65c3c
provider/azurerm: Support tagging `azurerm_resource_group`
2016-01-18 13:13:28 -05:00
James Nugent
d5e3db9deb
provider/azurerm: Add tags to `azurerm_virtual_network`
2016-01-18 13:13:28 -05:00
James Nugent
a32980e8a7
Merge pull request #4717 from stack72/azurerm-availSet-acctests
...
Add acceptance test to ARM Availability Set for tagging
2016-01-18 12:58:42 -05:00
stack72
d7a7eb4644
Adds an acceptance test to the ARM Availability Set to show that tagging
...
and updating of tags work as expected
Also updated the documentation for azure rm availability set to
demonstrate this
2016-01-18 17:47:37 +00:00
James Nugent
00227da93a
Merge pull request #4715 from hashicorp/f-azurerm-tags
...
provider/azurerm: Add scaffolding for tags
2016-01-18 12:35:06 -05:00
James Nugent
a640ef9f16
provider/azurerm: Add tests for tag scaffolding
2016-01-18 12:28:04 -05:00