Joshua Garnett
12958fb5e7
Added support for the deployment configuration settings to the ecs service resource.
2016-02-19 15:32:39 -05:00
James Nugent
f7504f7f9f
Merge branch 'master' of https://github.com/vincer/terraform into vincer-master
2016-02-17 13:16:16 -08:00
Clint
1ba59994e8
Merge pull request #5124 from steve-jansen/patch-2
...
Link aws_ami_copy documentation to aws_ami
2016-02-17 10:40:32 -06:00
Paul Stack
cd28433c2a
Merge pull request #4826 from TimeIncOSS/f-aws-lambda-permission
...
[WIP] provider/aws: Add aws_lambda_permission
2016-02-17 13:31:29 +00:00
Paul Stack
77deff1194
Merge pull request #5135 from TimeIncOSS/f-aws-cloudtrail-tags
...
provider/aws: Add support for CloudTrail tags
2016-02-16 21:55:45 +00:00
vince rosso
2b43a317a9
documentation for lambda in VPC
2016-02-16 12:16:43 -08:00
Paulo Schreiner
7293ab99d3
Added option to attach an ELB to Opsworks layer
2016-02-16 09:44:15 -06:00
Radek Simko
f53ea0b4a4
provider/aws: Add docs for aws_lambda_permission
2016-02-15 17:16:41 +00:00
Radek Simko
fa92e7bd87
provider/aws: Add docs for CloudTrail tags
2016-02-15 14:11:48 +00:00
Radek Simko
fdd9c3b2b8
Merge pull request #4711 from srikalyan/master
...
Added support for http/https endpoints that auto confirms SNS topic subscription.
2016-02-14 21:13:22 +00:00
Steve Jansen
6c680a6a17
Link aws_ami_copy documentation to aws_ami
...
Clarify that aws_ami_copy can use the arguments from aws_ami.
2016-02-13 08:36:09 -05:00
Radek Simko
e288b161d7
provider/aws: Document CloudWatch Events
2016-02-13 13:21:33 +00:00
Srikalyan Swayampakula
f21dc995c5
Update code based on the review suggestions.
...
1. Used resource.Retry instead of custom solution
2. Removed unnecessary variables and added required variable to resource.Retry.
2016-02-12 12:21:52 -08:00
Clint
169b63e401
Merge pull request #5032 from clstokes/f-aws-gateway-tunnel-info
...
provider/aws: Expose additional VPN Connection attributes.
2016-02-12 10:31:23 -06:00
Hasan Türken
766dac4d79
update documentation
2016-02-12 09:56:48 -06:00
Hasan Türken
e41266e971
Move endpoint options into endpoints block
2016-02-12 09:38:21 -06:00
Hasan Türken
231604e8b7
support custom endpoints for AWS EC2 ELB and IAM
2016-02-12 09:35:50 -06:00
Clint
a6d3c4e181
Merge pull request #5087 from vmindru/master
...
aws_instance docs
2016-02-12 09:09:21 -06:00
Shane O'Grady
86f791aa2b
Fix a typo: "encryption" to "encrypted"
...
Ref PR: #4481
2016-02-12 10:46:05 -02:00
Srikalyan Swayampakula
5f558c0536
Updated the documentation to include the defaults for the remaining fields added in the PR
...
and add the link to amazon describing the auto confirming subscription.
2016-02-11 09:23:45 -08:00
Alex Clifford
706162fb3a
Grammar inconsistencies
2016-02-11 10:06:43 +11:00
Veaceslav Mindru
1901533bea
aws instance docs
...
associate_public_ip_address - missing explicit mentioning that this is a bool.
2016-02-10 19:31:07 +01:00
Radek Simko
d8de124c89
provider/aws: Document log file validation + KMS Key ID in CloudTrail
2016-02-08 11:53:40 +00:00
Cameron Stokes
a239a2a125
Add docs for new aws_vpn_connection attributes.
2016-02-06 12:49:55 -08:00
Maxime Bury
eaacf5c618
Add multi-region option to cloudtrail
2016-02-05 13:15:05 -05:00
Rich Burroughs
cb537e9d7d
fixed typo in AWS docs, export was misspelled
2016-02-04 15:43:42 -08:00
Mike Cowgill
c7118eff24
updating launch_configuration aws documentation to include the placement_tenancy argument
2016-02-03 09:00:16 -08:00
stack72
9407f538cf
Changing the default for ship_final_snapshot on redshift_cluster to be true so as to match the code
2016-01-31 21:48:05 +00:00
Kevin Woods
a994a9b72f
updated referenced zone to use .zone_id vs .id
2016-01-29 11:03:02 -05:00
Clint
b7582fa6d9
Merge pull request #4869 from hashicorp/b-aws-provider-auth-docs
...
provider/aws: Provide a better message if no AWS creds are found
2016-01-29 09:25:26 -06:00
clint shryock
70fae670b7
Update auth page for AWS
2016-01-29 09:09:24 -06:00
Clint
dd0475ca4e
Merge pull request #4879 from hashicorp/b-aws-vpc-classiclink-fix
...
providers/aws: Fix issue with VPC Classic Link and regions that don't support it
2016-01-28 10:54:40 -06:00
clint shryock
2ac040bef2
providers/aws: Fix issue with VPC Classic Link and regions that don't support it
...
- use eu-central-1 to a config to check for #4874
- update documentation
2016-01-28 10:12:06 -06:00
Paul Stack
05d19b0fc3
Merge pull request #4693 from stack72/f-aws-asg-schedule-0values
...
provider/aws: aws autoscale schedule 0 values
2016-01-28 15:38:41 +00:00
clint shryock
45c9a10d0f
provider/aws: Provide a better message if no AWS creds are found
2016-01-27 16:30:03 -06:00
Paul Hinze
c70eab6500
aws: undeprecate min_elb_capacity; restore min capacity waiting
...
It was a mistake to switched fully to `==` when activating waiting for
capacity on updates in #3947 . Users that didn't set `min_elb_capacity ==
desired_capacity` and instead treated it as an actual "minimum" would
see timeouts for every create, since their target numbers would never be
reached exactly.
Here, we fix that regression by restoring the minimum waiting behavior
during creates.
In order to preserve all the stated behavior, I had to split out
different criteria for create and update, criteria which are now
exhaustively unit tested.
The set of fields that affect capacity waiting behavior has become a bit
of a mess. Next major release I'd like to rework all of these into a
more consistently named block of config. For now, just getting the
behavior correct and documented.
(Also removes all the fixed names from the ASG tests as I was hitting
collision issues running them over here.)
Fixes #4792
2016-01-27 13:30:44 -06:00
Csaba Palfi
8f6404a0e1
provider/aws enable specifying aws s3 redirect protocol
...
Signed-off-by: Csaba Palfi <csaba@palfi.me>
2016-01-21 23:26:13 +00:00
clint shryock
9ee6f822f6
provider/aws: Default Autoscaling Schedule min/max/desired to zero
2016-01-21 16:02:46 -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
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
Adam Ochonicki
46c2fd68d9
Fix typo in ecr_repository_policy docs
2016-01-18 21:40:08 -05:00
Srikalyan Swayampakula
9d125944c0
Added support for http/https endpoints that auto confirms SNS topic subscription.
...
http and https SNS topic subscription endpoints require confirmation to set a valid arn otherwise
arn would be set to "pending confirmation". If the endpoints auto confirm then arn is set
asynchronously but if we try to create another subscription with same parameters then api returns
"pending subscription" as arn but does not create another a duplicate subscription. In order to
solve this we should be fetching the subscription list for the topic and identify the subscription
with same parameters i.e., protocol, topic_arn, endpoint and extract the subscription arn.
Following changes were made to support the http/https endpoints that auto confirms
1. Added 3 extra parameters i.e.,
1. endpoint_auto_confirms -> boolean indicates if end points auto confirms
2. max_fetch_retries -> number of times to fetch subscription list for the topic to get the subscription arn
3. fetch_retry_delay -> delay b/w fetch subscription list call as the confirmation is done asynchronously.
With these parameters help added support http and https protocol based endpoints that auto confirm.
2. Update website doc appropriately
2016-01-17 12:24:32 -08:00
stack72
acabd4d407
Change ASG Lifecycle Default Result to be computed and added a test to record what the default value is
2016-01-15 22:34:16 +00:00
James Nugent
933de6b127
provider/aws: valid values for health check types
...
These are as per the AWS API documentation here:
http://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateHealthCheck.html
2016-01-15 00:08:11 +00:00
James Nugent
51d09d8ebb
Merge branch 'patch-1' of https://github.com/Phomias/terraform into Phomias-patch-1
2016-01-15 00:05:40 +00:00
Phomias
5ec817ba36
add port and type args aws_route53_health_check
...
Taking an educated guess at the valid values of the type argument based on what I read here: http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/health-checks-creating.html
and fix a typo: s/respoonse/response/
2016-01-14 15:38:23 -06:00
Seth Vargo
8dbc43639d
Use HTTPS + www. for links
2016-01-14 16:03:26 -05:00
Clint
8e6fba43ef
Merge pull request #4564 from hashicorp/pr-3741
...
provider/aws: Supporting New AWS Route53 HealthCheck additions (supersedes #3741 )
2016-01-14 14:41:19 -06:00