Radek Simko
cda84b1674
provider/aws: Expose invoke ARN from Lambda function (for APIG) ( #13890 )
2017-04-24 20:47:11 +02:00
Radek Simko
3c2a40a192
provider/aws: Expose execution ARN + invoke URL for APIG deployment ( #13889 )
2017-04-24 20:43:56 +02:00
Jake Champlin
78bc9ed09d
Merge pull request #13861 from hashicorp/pr-10594
...
provider/aws: Adds aws_network_interface_attachment resource
2017-04-24 09:12:38 -04:00
Viktor Voltaire
42473d5129
Update route53_record.html.markdown ( #13677 )
...
Added set_identifier example for import
2017-04-23 11:49:15 +02:00
Gauthier Wallet
891e517879
provider/aws: Updated documentation for Cloudfront ( #13874 )
...
This adds the missing exported attribute named `ARN`, as exposed [in the code](https://github.com/hashicorp/terraform/blob/master/builtin/providers/aws/resource_aws_cloudfront_distribution.go#L592 ).
2017-04-23 04:53:45 +03:00
Kit Ewbank
ff9af4c90b
Add tagging support to the 'aws_lambda_function' resource. ( #13873 )
2017-04-23 04:51:20 +03:00
Jake Champlin
44714c094b
expand docs
2017-04-21 15:45:33 -04:00
Jake Champlin
9ef947b0c3
Merge remote-tracking branch 'origin' into pr-10594
2017-04-21 15:37:39 -04:00
Jake Champlin
022d0cd14f
Merge pull request #10590 from pielu/aws/feature/r-net-iface-ips-count
...
provider/aws: Exercise SecondaryPrivateIpAddressCount for network interface
2017-04-21 10:25:44 -04:00
Paul Stack
72a14ef2bb
provider/aws: Add IPv6 outputs to aws_subnet datasource ( #13841 )
...
Fixes : #13595
```
% make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccDataSourceAwsSubnet'
==> Checking that code complies with gofmt requirements...
go generate $(go list ./... | grep -v /terraform/vendor/)
2017/04/21 13:52:43 Generated command/internal_plugin_list.go
TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccDataSourceAwsSubnet -timeout 120m
=== RUN TestAccDataSourceAwsSubnetIDs
--- PASS: TestAccDataSourceAwsSubnetIDs (81.05s)
=== RUN TestAccDataSourceAwsSubnet
--- PASS: TestAccDataSourceAwsSubnet (57.48s)
=== RUN TestAccDataSourceAwsSubnetIpv6ByIpv6Filter
--- PASS: TestAccDataSourceAwsSubnetIpv6ByIpv6Filter (82.63s)
=== RUN TestAccDataSourceAwsSubnetIpv6ByIpv6CidrBlock
--- PASS: TestAccDataSourceAwsSubnetIpv6ByIpv6CidrBlock (82.43s)
PASS
ok github.com/hashicorp/terraform/builtin/providers/aws 303.625s
```
2017-04-21 16:54:55 +03:00
Joshua Spence
2aac8fb8fc
Add `aws_ami_ids` and `aws_ebs_snapshot_ids` resources ( #13844 )
...
Fixes #12081 . Adds new `aws_ami_ids` and `aws_ebs_snapshot_ids` resources.
2017-04-21 16:37:26 +03:00
Paul Stack
214a212704
provider/aws: Make iam_role_attachment example not throw any errors ( #13843 )
...
Fixes : #13398
2017-04-21 14:33:27 +03:00
Paul Stack
0aad5f2c43
provider/aws: Add replica_source_db to the aws_db_instance datasource ( #13842 )
...
Fixes : #13471
2017-04-21 14:23:48 +03:00
Gauthier Wallet
80d940d154
provider/aws: Added Cognito Identity Pool ( #13783 )
2017-04-21 12:53:48 +03:00
Joshua Spence
f3b5a883b7
Add `bucket_prefix` to `aws_s3_bucket` ( #13274 )
...
Adds a `bucket_prefix` parameter to the `aws_s3_bucket` resource.
2017-04-20 23:28:40 +03:00
Dominik-K
565f0a4e0f
`roles` deprecated in docs & code error message ( #13622 )
2017-04-20 23:02:48 +03:00
Chris Broglie
3f0934bd4e
provider/aws: Add aws_kinesis_stream data source ( #13562 )
...
This fixes #13521
2017-04-20 22:13:39 +03:00
terraformbot
7925b76bad
provider/aws: Change s3_bucket documentation example to work ( #13811 )
...
Fixes : #13789
2017-04-20 21:00:05 +03:00
KOJIMA Kazunori
47d255f943
provider/aws: Add aws_kms_alias datasource ( #13669 )
2017-04-18 15:29:14 +03:00
Jake Champlin
ebc89e9426
Merge pull request #13701 from kavu/kavu-docs_hcl_addition
...
Massively add HCL source tag in docs Markdown files
2017-04-17 09:48:25 -04:00
gotyoooo
3da620944d
Add auto_minor_version_upgrade document ( #13706 )
2017-04-17 16:35:27 +03:00
Paul Stack
bb69e3730b
provider/aws: Documentation fixed for elasticsearch_domain ( #13704 )
...
Fixes : #13434
2017-04-17 16:26:08 +03:00
Max Riveiro
137fcfb5de
Massively add HCL source tag in docs Markdown files
...
Signed-off-by: Max Riveiro <kavu13@gmail.com>
2017-04-17 13:17:54 +03:00
Joshua Spence
8d5fdeae57
Add `name_prefix` support to `aws_cloudwatch_log_group` ( #13273 )
2017-04-17 01:50:52 +03:00
Paul Stack
67f02e6a54
provider/aws: Documentation fixes for aws_ami ( #13694 )
...
* provider/aws: Documentation fixes for aws_ami
Fixes : #13685
* Update ami.html.markdown
2017-04-17 01:33:30 +03:00
Paul Stack
b348cff246
provider/aws: Documentation fixes for aws_inspector_resource_group ( #13695 )
...
Fixes : #13684
2017-04-17 01:26:57 +03:00
Paul Stack
acb5684052
provider/aws: Documentation fixes for aws_api_gateway_* ( #13693 )
...
Fixes : #13692
2017-04-17 01:20:47 +03:00
Charlie O'Leary
f4b59f2d3a
ip_set_descriptors is no longer required. ( #13666 )
2017-04-16 19:54:04 +03:00
Sander van Harmelen
10c6c873ed
provider/aws: add an option to skip getting the EC2 platforms ( #13672 )
...
* Add an option to skip getting the EC2 platforms
Even through this call fails silently in case of an error (usually lack of rights), it’s still a pretty extensive call.
In our region (eu-west-1) this can take up to 3 seconds. And since we have a system that involves doing much planning with the option `-refresh=false` these additional 3 seconds are really very annoying and totally not needed.
So being able to choose to skip them would make our lives a little better 😉
* Update the docs accordingly
2017-04-14 23:41:59 +02:00
Roman Laguta
7b32ad2b99
Update cloudwatch_log_subscription_filter.html.markdown ( #13659 )
...
Currently CloudWatch log subscription supports Lambda as a destination. And we can use `aws_cloudwatch_log_subscription_filter` resource for creating subscriptions with Lambda as a destination, but it needs some additional actions. I described them in description, but feel free to improve description if you can say the same better.
This change will help better understand abilities of using this resource.
2017-04-14 21:09:37 +03:00
Adam Leventhal
a6f28d2d0b
typo in iam_instance_profile docs ( #13647 )
2017-04-14 11:51:29 +03:00
Mark van den Boomen
b0407adaf5
Host based routing on ALB possible ( #13623 )
...
Tried to use the Host based routing feature of the ALB (ELB v2.0) with Terraform 0.9.2. Worked perfectly, so updating the documentation.
2017-04-13 17:55:07 +02:00
tombuildsstuff
336a37bea3
Quoting the title for the iam_role data source
...
Fixes #13613
2017-04-13 10:32:43 +01:00
Radek Simko
4606090c32
provider/aws: Add support for api_gateway_method_settings ( #13542 )
2017-04-12 16:13:33 +01:00
Jake Champlin
0054c162d6
Merge pull request #13535 from hashicorp/b-update-instance-docs
...
provider/aws: Update instance documentation
2017-04-12 09:17:14 -04:00
Radek Simko
5f02c0b61a
provider/aws: Add support for api_gateway_stage ( #13540 )
2017-04-12 08:35:00 +01:00
John Miller
9343a9da82
website: fix erroneous example for aws_iam_server_certificate
...
Fixed the example inline redacted private key having incongruent PEM header/footer
2017-04-11 16:51:11 -07:00
Jake Champlin
40fc19d812
provider/aws: Update instance documentation
...
Updates instance documentation.
Fixes : #13514
2017-04-11 09:57:15 -04:00
Paul Stack
3574052c8a
provider/aws: Add support for EMR clusters to aws_appautoscaling_target ( #13368 )
...
```
```
2017-04-10 21:46:51 +03:00
Peter Goodman
6ad4b89b8a
provider/aws Add support for updating SSM documents ( #13491 )
...
* Add schema_version as computed ssm document attribute
* Update the SSM document itself if the content has changed and it has a schema >= 2.0
* Add default_version as DocumentVersion in SSM doc update
* Acceptance test for updating an SSM document
* Better error handling in updating SSM documents
* Add SSM document update documentation
* Better names for SSM input params
2017-04-10 14:13:43 +03:00
Radek Simko
affdc76d4c
aws: Allow import of OID connect provider + allow disappearance
2017-04-07 22:15:37 +01:00
Radek Simko
caa82d70ca
provider/aws: Align field names with conventions (lowercase+underscore)
2017-04-07 22:15:35 +01:00
Ryan Roberts
3640bdd6e1
AWS IAM OpenID Connect provider
...
http://docs.aws.amazon.com/cli/latest/reference/iam/create-open-id-connect-provider.html
Tests currently use a personal google account identity
2017-04-07 22:15:34 +01:00
Seth Vargo
4fb72b7816
Fix bug during build
2017-04-07 11:57:59 -04:00
Clint
a3ae38d1bb
docs: Update AWS Data Source docs to have HCL formatted examples ( #13467 )
...
* docs: update AWS examples. Disntinguish between alb and alb listener datasource
* more hcl highlighting
* more hcl
* fix missing end quote in docs
* docs: finish updates to AWS data source highlights
Also updates layout to distinguish some resources
2017-04-07 10:54:28 -05:00
Joshua Spence
488711afef
Add `name_prefix` to `aws_alb_target_group` ( #13442 )
...
Adds the `name_prefix` parameter to the `aws_alb_target_group` resource.
2017-04-07 18:09:51 +03:00
Paul Stack
805612c38c
provider/aws: Remove deprecated endpoints from Provider introduction ( #13461 )
...
Fixes : #13450
2017-04-07 17:02:39 +03:00
Nick Walke
df5dfb10c8
DOCS: Updated list of triggers for codedeploy_deployment_group ( #13396 )
...
* Updated list of triggers.
* Updated to just point to the codedeploy docs
2017-04-07 10:08:03 +01:00
Seth Vargo
a2ee36d9ea
Replace // with #
2017-04-06 14:09:10 -04:00
Martin Atkins
1eb744c6cf
website: clarify some aspects of the aws_lambda_function docs
...
The docs on aws_lambda_function used some differing terminology to
what's currently used in the official AWS lambda docs, which
caused some confusion for users trying to use the Java runtime
where the "deployment package" is a JAR archive rather than a plain
zip file.
This change attempts to be consistent with the terminology used in the
AWS docs and also clarifies that the implementation now allows
source_code_hash to be used regardless of which deployment package
upload method is in use.
This fixes #12443 .
2017-04-05 09:33:03 -07:00