Kazunori Kojima
6c958e30e7
Add S3 versioning document
2015-09-06 11:25:24 +09:00
Kazunori Kojima
47d2b29895
Use `%t` for boolean value
2015-09-06 11:06:29 +09:00
Kazunori Kojima
707fe3ac6d
Changed to versioning block
2015-09-05 17:19:52 +09:00
Kazunori Kojima
0fbfd71f96
Allows S3 bucket versioning configuration
2015-09-05 11:38:56 +09:00
Paul Hinze
1dfad739bb
provider/aws: tweak iam_instance_profile logic
...
- always `d.Set` to either the profile name or the empty string
- add some conservative pointer checking to the helper method
/cc @dwradcliffe
2015-09-04 19:20:58 -05:00
Paul Hinze
66e73b8350
Update CHANGELOG.md
2015-09-04 19:16:02 -05:00
Paul Hinze
d937045afd
Merge pull request #3167 from dwradcliffe/read_instance_role
...
provider/aws: read iam_instance_profile for instance and save to state
2015-09-04 19:15:24 -05:00
Paul Hinze
2bf9aec61d
Update CHANGELOG.md
2015-09-04 18:54:04 -05:00
Paul Hinze
365a7a253a
Merge pull request #2866 from berendt/gh_issue_2865
...
provider/openstack: add state 'downloading' to resource 'blockstorage_volume_v1'
2015-09-04 18:52:56 -05:00
Paul Hinze
4f035d444f
Update CHANGELOG.md
2015-09-04 13:39:02 -05:00
Paul Hinze
0a64779ee5
Merge pull request #2412 from apparentlymart/rundeck
...
Rundeck Provider
2015-09-04 13:38:20 -05:00
Paul Hinze
f224b47eea
Update CHANGELOG.md
2015-09-04 13:22:44 -05:00
Paul Hinze
5f3b6f9952
Merge pull request #3120 from apparentlymart/elasticache-subnet-names
...
aws_elasticache_subnet_group normalizes name to lowercase.
2015-09-04 13:21:06 -05:00
Paul Hinze
8fb655cd1a
Update CHANGELOG.md
2015-09-04 13:18:38 -05:00
Paul Hinze
3abf4796d4
Merge pull request #2784 from apparentlymart/aws-images
...
AWS AMI resources
2015-09-04 13:16:44 -05:00
Paul Hinze
c9a64a5cf4
Update CHANGELOG.md
2015-09-04 11:59:38 -05:00
Paul Hinze
fe3e9e861c
Merge pull request #3173 from apparentlymart/plan-summary-counts
...
In plan summary, be more honest about force-new changes.
2015-09-04 11:58:29 -05:00
Martin Atkins
7c56550633
In plan summary, be more honest about force-new changes.
...
Previously the plan summary output would consider -/+ diffs as changes
even though they actually destroy and create instances. This was
misleadning and inconsistent with the accounting that gets done for the
similar summary written out after "apply".
Instead we now count the -/+ diffs as both adds and removes, which should
mean that the counts output in the plan summary should match those in
the apply summary, as long as no errors occur during apply.
This fixes #3163 .
2015-09-04 08:07:16 -07:00
David Radcliffe
0b88177cf0
read iam_instance_profile and save to state
2015-09-03 15:43:41 -04:00
Paul Hinze
c777f8c95b
Update CHANGELOG.md
2015-09-03 14:07:07 -05:00
Paul Hinze
ba1f337995
Merge pull request #3165 from hashicorp/f-iam-smtp-password
...
provider/aws: add ses_smtp_password to iam_access_key
2015-09-03 14:06:29 -05:00
Paul Hinze
eb150ae025
provider/aws: add ses_smtp_password to iam_access_key
...
AWS gives instructions for converting AWS credentials into SES SMTP
credentials here:
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html#smtp-credentials-convert
This implements their algorithm and yields the result as an attribute on
`iam_access_key`.
2015-09-03 13:01:04 -05:00
Martin Atkins
7f64327663
Three resources for AWS AMIs.
...
AWS provides three different ways to create AMIs that each have different
inputs, but once they are complete the same management operations apply.
Thus these three resources each have a different "Create" implementation
but then share the same "Read", "Update" and "Delete" implementations.
2015-09-03 10:05:41 -07:00
Martin Atkins
4ae3a17eab
aws_elasticache_subnet_group normalizes name to lowercase.
...
The Elasticache API accepts a mixed-case subnet name on create, but
normalizes it to lowercase before storing it. When retrieving a subnet,
the name is treated as case-sensitive, so the lowercase version must be
used.
Given that case within subnet names is not significant, the new StateFunc
on the name attribute causes the state to reflect the lowercase version
that the API uses, and changes in case alone will not show as a diff.
Given that we must look up subnet names in lower case, we set the
instance id to be a lowercase version of the user's provided name. This
then allows a later Refresh call to succeed even if the user provided
a mixed-case name.
Previously users could work around this by just avoiding putting uppercase
letters in the name, but that is often inconvenient if e.g. the name is
being constructed from variables defined elsewhere that may already have
uppercase letters present.
2015-09-03 10:03:35 -07:00
Martin Atkins
1c8d0cdac7
Rundeck provider documentation for the website.
2015-09-03 10:01:32 -07:00
Martin Atkins
40aafe4455
rundeck_job resource type.
2015-09-03 10:01:32 -07:00
Martin Atkins
bb42821f74
rundeck_private_key resource type.
2015-09-03 10:01:32 -07:00
Martin Atkins
aba9698cf8
rundeck_public_key resource type.
2015-09-03 10:01:32 -07:00
Martin Atkins
f0947661fb
rundeck_project resource type.
2015-09-03 10:01:32 -07:00
Martin Atkins
a42be3e6cf
New provider for Rundeck, a runbook automation system.
2015-09-03 10:01:32 -07:00
David Radcliffe
987ec967ea
read source_dest_check and save to state
2015-09-02 14:04:45 -04:00
Radek Simko
7d142134f2
Merge pull request #3129 from berendt/example_unify_syntax
...
examples: unify the configuration file syntax
2015-08-31 21:53:33 +01:00
Paul Hinze
d688c3bc68
Merge pull request #3133 from hashicorp/f-remove-symlink
...
tests: remove unnecessary symlink
2015-08-31 15:49:39 -05:00
Paul Hinze
5a12608dc3
tests: remove unnecessary symlink
2015-08-31 15:45:43 -05:00
Lars Wander
3f4c451fe8
Brought metadata code up to spec with GCE API change
2015-08-31 14:43:45 -04:00
Dave Cunningham
af5ae9b595
Merge pull request #3130 from hashicorp/b-gce-vet-fixes
...
provider/google: Misc. cleanups for tests to pass
2015-08-31 13:20:43 -04:00
Clint
046b90f5bf
Update CHANGELOG.md
2015-08-31 09:44:26 -05:00
Clint
03aba6f6a3
Merge pull request #2986 from tphummel/aws_kinesis_stream-shard_count
...
aws_kinesis_stream: shard_count state fix
2015-08-31 09:43:40 -05:00
Clint
b7c79d3166
Update CHANGELOG.md
2015-08-31 09:36:31 -05:00
Clint Shryock
f174587291
provider/aws: touch up on aws_spot_instance
2015-08-31 09:34:34 -05:00
Clint
273d4fc98d
Merge pull request #2954 from stayup-io/issue_2919_pass_extra_settings_to_aws_spot_request
...
Pass key_name and subnetId to spot instance request - resolves issue #2919
2015-08-31 09:33:30 -05:00
Clint
c8140df10e
Merge pull request #3090 from berendt/openstack_provider_docs_structure
...
provider/openstack: structuring of the documentation sidebar
2015-08-31 09:16:10 -05:00
Clint
60a23274ec
Merge pull request #3003 from cstamm13/master
...
Updating AWS SNS docs to include lambda protocol
2015-08-31 09:14:47 -05:00
Clint
ade93d2fa8
Merge pull request #3031 from kjmkznr/docs-sqs-delayseconds
...
Fix AWS SQS DelaySeconds default value.
2015-08-31 09:13:06 -05:00
Clint Shryock
5d7e156982
provider/google: Misc. cleanups for tests to pass
2015-08-31 09:06:25 -05:00
Clint
75a78dfcd0
Update CHANGELOG.md
2015-08-31 08:42:02 -05:00
Clint
81af6e18f8
Merge pull request #3043 from hashicorp/b-aws-paginate-asg-notifications
...
provider/aws: Paginate the notifications returned for ASG Notifications
2015-08-31 08:41:28 -05:00
Christian Berendt
6e92813daa
examples: unify the configuration file syntax
2015-08-31 10:24:07 +02:00
Radek Simko
3f7c3a92c3
docs: Fix typo (hyphen -> underscore) in remote-config
2015-08-29 11:30:11 +01:00
Radek Simko
5560f8a8d2
Merge pull request #3057 from jszwedko/patch-1
...
Fix remote state AWS configuration key names
2015-08-29 11:19:39 +01:00