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.
  1. 27 Mar, 2017 1 commit
  2. 26 Mar, 2017 4 commits
  3. 25 Mar, 2017 11 commits
  4. 24 Mar, 2017 19 commits
    • Sean Chittenden's avatar
      Add `consul` check type to `circonus_check` resource (#13030) · 32db4d18
      Sean Chittenden authored
      * Add the `consul` check type to the `circonus_check` resource.
      
      * Fix a tab-complete fail.
      
      `Parse` != `Path`, but lexically close.
      
      * Dept of 2nd thoughts: `s/service_name/service/g`
      32db4d18
    • Clint's avatar
      Update CHANGELOG.md · c5935ab1
      Clint authored
      c5935ab1
    • Jon Oden's avatar
      fix bool vs Compatibool ref used in flattenBackends (#12538) · c18ad6ed
      Jon Oden authored
      * fix bool vs Compatobool value used in flattendBackends
      
      * remove log line
      
      * update test case
      c18ad6ed
    • Paul Stack's avatar
      Update CHANGELOG.md · f8953026
      Paul Stack authored
      f8953026
    • Paul Stack's avatar
      provider/aws: Only allow 1 value in alb_listener_rule condition (#13051) · 6b44a1b9
      Paul Stack authored
      Fixes: #12983
      
      ```
      % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSALBListenerRule_'
      ==> Checking that code complies with gofmt requirements...
      go generate $(go list ./... | grep -v /terraform/vendor/)
      2017/03/24 19:31:26 Generated command/internal_plugin_list.go
      TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSALBListenerRule_ -timeout 120m
      === RUN   TestAccAWSALBListenerRule_basic
      --- PASS: TestAccAWSALBListenerRule_basic (247.76s)
      === RUN   TestAccAWSALBListenerRule_multipleConditionThrowsError
      --- PASS: TestAccAWSALBListenerRule_multipleConditionThrowsError (0.02s)
      PASS
      ok	github.com/hashicorp/terraform/builtin/providers/aws	247.815s
      ```
      6b44a1b9
    • Paul Stack's avatar
      Update CHANGELOG.md · 812369e0
      Paul Stack authored
      812369e0
    • Paul Stack's avatar
      provider/aws: aws_network_acl_rule treat all and -1 for protocol the (#13049) · 48a4b3de
      Paul Stack authored
      same
      
      Fixes: #13012
      
      ```
      % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAccAWSNetworkAclRule_allProtocol'
      ==> Checking that code complies with gofmt requirements...
      go generate $(go list ./... | grep -v /terraform/vendor/)
      2017/03/24 18:42:05 Generated command/internal_plugin_list.go
      TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAccAWSNetworkAclRule_allProtocol -timeout 120m
      === RUN   TestAccAWSNetworkAclRule_allProtocol
      --- PASS: TestAccAWSNetworkAclRule_allProtocol (53.95s)
      PASS
      ok  	github.com/hashicorp/terraform/builtin/providers/aws	53.974s
      ```
      48a4b3de
    • Matthew Frahry's avatar
      Merge pull request #13047 from hashicorp/p-aws-route-53-zone · 7c21b6ad
      Matthew Frahry authored
      Fixes route53 test
      7c21b6ad
    • Tom Harvey's avatar
      Switching to a simpler ARM Template (#13043) · 68e32c16
      Tom Harvey authored
      68e32c16
    • James Bardin's avatar
      Merge pull request #13048 from hashicorp/jbardin/travis-consul · d5f81f80
      James Bardin authored
      remove consul tests from travis runs
      d5f81f80
    • ='s avatar
      Fixes route53 test · 84a9bcde
      = authored
      84a9bcde
    • James Bardin's avatar
      remove consul tests from travis runs · 96617b60
      James Bardin authored
      they have timing out too often
      96617b60
    • James Bardin's avatar
      Merge pull request #13046 from hashicorp/jbardin/GH-12892 · 399715e1
      James Bardin authored
      reify the list values before validation
      399715e1
    • James Bardin's avatar
      reify the list values before validation · 2e6a44d5
      James Bardin authored
      If the list was marked as computed, all values will be raw config
      values. Fetch the individual keys from the config to get any known
      values before validating.
      2e6a44d5
    • James Bardin's avatar
      interpolation strings were beeing validated · 99a12f5d
      James Bardin authored
      Interpolation strings for non-computed values in a list were being
      passed to the schema's ValidateFunc.
      99a12f5d
    • Paul Stack's avatar
      Update CHANGELOG.md · 17f60ac6
      Paul Stack authored
      17f60ac6
    • demonwy's avatar
      provider alicloud:add new rds resource and some bugs fix (#12913) · 11768bcf
      demonwy authored
      * add new rds resource and some bugs fix
      
      * add docs
      
      * fix validator conflix
      
      fix validator conflix
      11768bcf
    • Paul Stack's avatar
      provider/aws: Migrate the state for AWS VPC after IPv6 changes (#13041) · 4fe7ee16
      Paul Stack authored
      Fixes: #13035
      
      It was pointed out in the issue that the addition of a new parameter
      with a default value AND a ForceNew: true is causing Terraform to try
      and recreate the VPC
      
      This PR migrates the state to add the default value of false for `assign_generated_ipv6_cidr_block`
      
      ```
      % make testacc TEST=./builtin/providers/aws TESTARGS='-run=TestAWSVpcMigrateState'
      ==> Checking that code complies with gofmt requirements...
      go generate $(go list ./... | grep -v /terraform/vendor/)
      2017/03/24 12:51:41 Generated command/internal_plugin_list.go
      TF_ACC=1 go test ./builtin/providers/aws -v -run=TestAWSVpcMigrateState -timeout 120m
      === RUN   TestAWSVpcMigrateState
      2017/03/24 12:52:26 [INFO] Found AWS VPC State v0; migrating to v1
      2017/03/24 12:52:26 [DEBUG] Attributes before migration: map[string]string{"assign_generated_ipv6_cidr_block":"true"}
      2017/03/24 12:52:26 [DEBUG] Attributes after migration: map[string]string{"assign_generated_ipv6_cidr_block":"false"}
      2017/03/24 12:52:26 [INFO] Found AWS VPC State v0; migrating to v1
      2017/03/24 12:52:26 [DEBUG] Attributes before migration: map[string]string{}
      2017/03/24 12:52:26 [DEBUG] Attributes after migration: map[string]string{"assign_generated_ipv6_cidr_block":"false"}
      --- PASS: TestAWSVpcMigrateState (0.00s)
      PASS
      ok  	github.com/hashicorp/terraform/builtin/providers/aws	0.024s
      ```
      4fe7ee16
    • Naveen Nalam's avatar
      Fix zone value in example (#13023) · fc04f4b5
      Naveen Nalam authored
      As experienced during testing, the value of the zone needs to be the zone name, and not the NS1 internal ID.
      fc04f4b5
  5. 23 Mar, 2017 5 commits