This project is mirrored from https://:*****@github.com/hashicorp/terraform.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 05 Sep, 2016 17 commits
-
-
Paul Hinze authored
-
Paul Hinze authored
-
Paul Stack authored
providers/google: Fix VPN Tunnel acceptance test
-
Evan Brown authored
This fix changes acceptance tests for VPN tunnel to use the correct ports (UDP 500 and 4500). It also changes the documentation to demonstrate using these port single ports in a `port_range` field.
-
Lars Wander authored
-
Lars Wander authored
-
Lars Wander authored
provider/google: Make network attribute more consistent across resources
-
James Nugent authored
Update CHANGELOG.md
-
Laurent Commarieu authored
-
stack72 authored
-
stack72 authored
-
Paul Stack authored
provider/aws: Add DiffSupressionFunc to `aws_elasticsearch_domain`, `aws_sqs_queue` and `aws_sns_topic`
-
stack72 authored
`aws_sqs_queue` and `aws_sns_topic` ``` SQS Queue Tests: %make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSSQSQueue' 2 ↵ ✹ ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2016/09/05 09:46:04 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSSQSQueue -timeout 120m === RUN TestAccAWSSQSQueue_importBasic --- PASS: TestAccAWSSQSQueue_importBasic (18.99s) === RUN TestAccAWSSQSQueue_basic --- PASS: TestAccAWSSQSQueue_basic (44.31s) === RUN TestAccAWSSQSQueue_policy --- PASS: TestAccAWSSQSQueue_policy (32.76s) === RUN TestAccAWSSQSQueue_redrivePolicy --- PASS: TestAccAWSSQSQueue_redrivePolicy (66.42s) === RUN TestAccAWSSQSQueue_Policybasic --- PASS: TestAccAWSSQSQueue_Policybasic (32.40s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 194.895s ``` SNS Topic Tests: % make testacc TEST=./builtin/providers/aws % TESTARGS='-run=TestAccAWSSNSTopic_' ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2016/09/04 22:56:26 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSSNSTopic_ -timeout 120m === RUN TestAccAWSSNSTopic_importBasic --- PASS: TestAccAWSSNSTopic_importBasic (17.67s) === RUN TestAccAWSSNSTopic_basic --- PASS: TestAccAWSSNSTopic_basic (17.92s) === RUN TestAccAWSSNSTopic_policy --- PASS: TestAccAWSSNSTopic_policy (20.99s) === RUN TestAccAWSSNSTopic_withIAMRole --- PASS: TestAccAWSSNSTopic_withIAMRole (26.51s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 83.112s ```
-
Paul Stack authored
-
Paul Stack authored
provider/aws: Add aws_sqs_queue_policy
-
Radek Simko authored
-
ndouba authored
-
- 04 Sep, 2016 8 commits
-
-
Matt Morrison authored
Some google resources required network be refernced by resource URL (aka self_link), while others required network name. This change allows either to be supplied. DRY it out, and add a fix for #5552.
-
Paul Stack authored
-
Paul Stack authored
provider/aws: Add aws_sns_topic_policy
-
Paul Stack authored
provider/aws: Fix Lambda acceptance tests
-
Radek Simko authored
-
Radek Simko authored
-
Paul Stack authored
provider/aws: Randomize the `aws_db_instance` enhanced monitoring test names
-
stack72 authored
names ``` % make testacc TEST=./builtin/providers/aws % TESTARGS='-run=TestAccAWSDBInstance_enhancedMonitoring' % ✹ ==> Checking that code complies with gofmt requirements... go generate $(go list ./... | grep -v /terraform/vendor/) 2016/09/04 12:23:49 Generated command/internal_plugin_list.go TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSDBInstance_enhancedMonitoring -timeout 120m === RUN TestAccAWSDBInstance_enhancedMonitoring --- PASS: TestAccAWSDBInstance_enhancedMonitoring (1535.00s) PASS ok github.com/hashicorp/terraform/builtin/providers/aws 1535.018s ```
-
- 03 Sep, 2016 15 commits
-
-
Paul Stack authored
-
Paul Stack authored
provider/aws: Handle all kinds of CloudFormation stack failures
-
James Nugent authored
-
Paul Stack authored
-
stack72 authored
-
stack72 authored
-
stack72 authored
Merge branch 'pcarrier/aws_autoscaling_group_can_have_initial_lifecycle_hooks' of https://github.com/pcarrier/terraform into pcarrier-pcarrier/aws_autoscaling_group_can_have_initial_lifecycle_hooks
-
James Nugent authored
provider/aws: Support import `aws_s3_bucket_notification`
-
James Nugent authored
-
James Nugent authored
-
James Nugent authored
state/remote: Officially Support local backend
-
Kristinn Örn Sigurðsson authored
-
James Nugent authored
This is a rework of pull request #6213 submitted by @joshuaspence, adjusted to work with the remote state data source. We also add a deprecation warning for people using the unsupported API, and retain the ability to refer to "_local" as well as "local" for users in a mixed version environment.
-
James Nugent authored
-
Mitchell Hashimoto authored
* config: test for validating multi-vars (passes) * command/plan: test invalid run * command/meta: validate module on load
-