Releases: coveooss/terraform-provider-aws
v0.1.3-coveo.1
Changelog
7c8c57f r/aws_eip_association: Avoid crash in EC2 Classic
45ae5d9 Update CHANGELOG.md
13f4090 Merge pull request hashicorp#1338 from terraform-providers/b-fix-elastic-transcoder
2b94631 elastic_transcoder_preset: Fix provider validation
18194df Update CHANGELOG.md
aa0a183 Merge pull request hashicorp#1298 from samber/rds-cluster-parameter-group-more-20-params
ae9a584 💄 Support > 20 parameters in rds cluster parameter groups
615c94d Merge pull request hashicorp#1321 from sublimino/patch-1
e7db51f Rule number is multiple of 100
b6c4917 Merge pull request hashicorp#1305 from terraform-providers/d-event-target-argument
6d911e7 Update CHANGELOG.md
e8185f2 Merge pull request hashicorp#1316 from joshuaspence/s3panic
0b1c68a Fix a panic
23967fb Update CHANGELOG.md
887d994 Merge pull request hashicorp#1258 from stack72/f-aws-rds-cluster-iam_roles-382
09ef450 Update cloudwatch_event_target.html.markdown
82ab5ee update code sample for aws_alb data source (hashicorp#1299)
51ca610 Support > 20 parameters in rds cluster parameter groups
d06c25f Merge pull request hashicorp#1291 from Ninir/b-cloudwatch-dashboards-docs
5c4e35f Added CloudWatch Dashboard documentation
82414ae Merge pull request hashicorp#1292 from Ninir/f-iam-role-documentation
9eeab57 Fix error in automated tests.
34d28e2 Merge branch 'new-ssm-parameters-features'
c7ba6a9 Changed d.MarkNewResource()
to d.SetId("")
to ignore deleted parameter. Destroy was not working when parameters are deleted.
99fc5b4 Merge branch 'new-ssm-parameters-features'
5fa2b66 Merge commit '09e42000a26f92640ffe3b555a79555f3448acd0'
d3d59dc Fixing problems with ssm-parameter. The resource should not return an error if the parameter no longer exist. If a user manually delete a parameter, Terraform is no longer able to recreate it or destroy it. The defautt value for overwrite should be true. Otherwise, this is causing a breaking change with previously written code where overwrite is not set and the behaviour was to overwrite the parameter by default. Moreover, terraform already provides a mechanism to handle the lifecycle of the values.
af149eb Updated IAM Role & IAM Role Policy documentation
09e4200 dependencies: Bump AWS SDK to 1.10.18
e900c19 Update CHANGELOG.md
73e99c9 Update CHANGELOG.md
d12efee Merge pull request hashicorp#1256 from stack72/b-aws-db-instance-cacert-1166
1301e20 Issue hashicorp#459 - EBS information required during cluster config change (hashicorp#1131)
e7ad7be Update CHANGELOG.md
6d1b447 emr_cluster/instance: force emr connection argument for refresh func
57f4a96 Update CHANGELOG.md
0bd2508 Merge pull request hashicorp#1288 from stack72/b-aws-instance-userdata-guard-581
8ef10eb resource/aws_instance: Guard check for aws_instance UserData to prevent panic
d46ead3 resource/aws_db_instance: Expose db_instance ca_cert_identifier
c7d5987 Merge pull request hashicorp#1282 from artburkart/asg-hook-docs-update
1d72833 Merge branch 'master' into test-deployment
c002382 Ignore dist artefacts
124c14c Remove goreleaser from travis, we need to deploy it manually
dc9d202 Merge branch 'new-ssm-parameters-features' into test-deployment
01f4a59 Add Travis and goreleaser configuration (not to be merged with upstream)
77d9a4c Add support for description, allowed_pattern and tags for ssm parameters Allow detection of key_id change
c0f6e9e The field is Required but docs say it's optional
f3c5f78 Update CHANGELOG.md
51ae86f Merge pull request hashicorp#1255 from stack72/f-aws-data-source-efs-mount-1207
a3ddcab Update CHANGELOG.md
2cbb0b6 Merge pull request hashicorp#1210 from kmosher/extra-debug-logging
7c081bd Update CHANGELOG.md
126a648 Merge pull request hashicorp#1260 from stack72/f-aws-ssm-patch-baseline-1257
1ad5c2e Update CHANGELOG.md
f14fee2 Merge pull request hashicorp#1233 from trung/f-aws-internet-gateway
ec0577a Update CHANGELOG.md
6c9239b Merge pull request hashicorp#1253 from stack72/f-aws-ssm-association-1246
7585e8f Update CHANGELOG.md
d11ece0 Merge pull request hashicorp#1203 from rebuy-de/fix-spot-fleet-key-name
9475bc1 Update CHANGELOG.md
b073f09 Update CHANGELOG.md
90d5b88 Merge pull request hashicorp#1268 from terraform-providers/b-empty-value-asg-params-9941
fd6ad1d Merge pull request hashicorp#1172 from ttacon/master
552c442 fix empty key_name on aws_spot_fleet_request
c91c346 Fixed validation test for Cloudwatch Dashboard names
53cf65c Update CHANGELOG.md
3bcc4fd Merge pull request hashicorp#1241 from rebuy-de/wait-for-fulfillment
22ecb1c fix remarks for spot_fleet_request
9a18829 Update validators_test.go
e1be687 add wait_for_fulfillment to spot_fleet_request
edda97f Merge pull request hashicorp#1266 from stack72/bump-aws-sdk-1.10.17
74efdab Update CHANGELOG.md
4d4c0c6 Changes based on PR feedback * extended_s3_configuration
is now marked as conflicting with s3_configuration
* extended_s3_configuration.processing_configuration
moved to method * markdown sample rearrangement, and deprecation clarification
d03b1d0 Acceptance tests to accompany Kinesis Firehose ExtendedS3DestinationConfiguration changes
04a3b44 Updated documentation for Kinesis Firehose Extended S3 Configuration support
8dde910 Adding support for Kinesis Firehose ExtendedS3DestinationConfiguration * Currently s3_configuration
is Required. This does not parallel the AWS api (where the configurations are mutually exclusive). To prevent making compatibility breaking changes, I made s3_configuration
optional, and the Delivery Stream handlers check that extended_s3_configuration
is used when destination
is extended_s3
, and check that s3_configuration
is used otherwise.
5d46fe8 r/aws_autoscaling_schedule: Allow empty value
bb81c1f dependencies: Bumpd SDK to 1.10.17
a411478 Update CHANGELOG.md
5544ff1 Add retries for Kinesis throttling exceptions
38dfc58 resource/aws_ssm_patch_baseline: Update support for Operating System
0b21e99 resource/aws_rds_cluster: Add support for iam_roles to rds_cluster
ac5d04a New Data Source: aws_efs_mount_target
d08f98c Merge pull request hashicorp#1245 from Ninir/f-apigateway-resource-documentation-1229
7d79ebc resource/aws_ssm_association: Add support for OutputLocation and Schedule Expression
d9e4fff Update api_gateway_resource.html.markdown
c1db105 Update CHANGELOG.md
d512668 Update CHANGELOG.md
e42ae5f Merge pull request hashicorp#1247 from Ninir/f-config-immutable-names-1244
ba3f3e9 fix typo
0cc5f73 Set AWS Config Configuration recorder & Delivery channel names as ForceNew
1c9e33d Merge pull request hashicorp#1237 from trung/b-logo-link-fix
1b2fcbe Make sure we validate the names provided for CloudWatch dashboards
7b6bc1b Merge pull request hashicorp#1236 from terraform-providers/b-ecr-randomization
166b27b Added missing attribute in the API Gateway Resource documentation
e0c56cc Cleanup after v0.1.3 release
cd869b8 fixed broken logo link
df5130f run go fmt
d88d22a r/ecr_repository: Randomize names in tests
97f69b1 Minor cleanup and refactoring regarding put function
4cce721 Configure SDK to log extra debug details on request errors
28dd3e9 Add import test
0a4bcc4 Add test for updating the body of a CloudWatch dashboard
e46e61d hashicorp#1196: added data source aws_internet_gateway
0cd850c Use correct error function and ensure we ignore whitespace changes when determining content of dashboard body
c85faad PR cleanup and more explicit checking for ResourceNotFoundException
6552a2e Add support for aws_cloudwatch_dashboard resource
Automated with GoReleaser
Built with go version go1.8.1 linux/amd64