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. 23 May, 2016 9 commits
  2. 22 May, 2016 2 commits
  3. 21 May, 2016 2 commits
  4. 20 May, 2016 24 commits
    • clint shryock's avatar
      provider/aws: Update Security Group Docs · 68309930
      clint shryock authored
      68309930
    • clint shryock's avatar
      Merge branch 'master' of github.com:hashicorp/terraform · d87fc5a5
      clint shryock authored
      * 'master' of github.com:hashicorp/terraform:
        Update CHANGELOG.md
        Update CHANGELOG.md
        core: honor "destroy" diffs for data resources
        provider/azurerm: `azurerm_network_interface` diffs didn't match during apply
        providers/google: Don't fail deleting disks that don't exist.
      d87fc5a5
    • clint shryock's avatar
      provider/aws: Update Security Group docs for Classic/VPC · a6f3614f
      clint shryock authored
      Fixes #5924
      a6f3614f
    • James Nugent's avatar
      Update CHANGELOG.md · 7945a6d7
      James Nugent authored
      7945a6d7
    • James Nugent's avatar
      Merge pull request #6689 from evandbrown/disk-delete · 4b89e080
      James Nugent authored
      providers/google: Don't fail deleting disks that don't exist.
      4b89e080
    • James Nugent's avatar
      Update CHANGELOG.md · ab1551e8
      James Nugent authored
      ab1551e8
    • James Nugent's avatar
    • James Nugent's avatar
      Merge pull request #6790 from hashicorp/b-arm-nic-iphash · 3356acc1
      James Nugent authored
      provider/azurerm: `azurerm_network_interface` diffs didn't match during apply
      3356acc1
    • Paul Stack's avatar
      Update CHANGELOG.md · ccfca863
      Paul Stack authored
      ccfca863
    • Paul Stack's avatar
      provider/azurerm: Add support for EnableIPForwarding to (#6807) · 2c8c587c
      Paul Stack authored
      `azurerm_network_interface`
      
      As requested in #6803
      
      ```
      
      ```
      2c8c587c
    • Clint's avatar
      provider/aws: Update documentation to use t2.micro, provide Classic options (#6801) · 42c68645
      Clint authored
      * provider/aws: Update documentation to use t2.micro, provide Classic options
      42c68645
    • James Nugent's avatar
      Merge branch 'b-data-resource-destroy' · 50e095dd
      James Nugent authored
      50e095dd
    • Martin Atkins's avatar
      core: honor "destroy" diffs for data resources · cd0c4522
      Martin Atkins authored
      Previously the "planDestroy" pass would correctly produce a destroy diff,
      but the "apply" pass would just ignore it and make a fresh diff, turning
      it back into a "create" because data resources are always eager to
      refresh.
      
      Now we consider the previous diff when re-diffing during apply and so
      we can preserve the plan to destroy and then ultimately actually "destroy"
      the data resource (remove from the state) when we get to ReadDataApply.
      
      This ensures that the state is left empty after "terraform destroy";
      previously we would leave behind data resource states.
      cd0c4522
    • James Nugent's avatar
      28ad3942
    • Clint's avatar
      Update CHANGELOG.md · 8e3a284d
      Clint authored
      8e3a284d
    • Paul Stack's avatar
      provider/aws: Add support for Skipping Final Snapshot in RDS Cluster (#6795) · ec8c242e
      Paul Stack authored
      * provider/aws: Add support for Skipping Final Snapshot in RDS Cluster
      ec8c242e
    • Paul Stack's avatar
    • Paul Stack's avatar
      Update CHANGELOG.md · 8aff776a
      Paul Stack authored
      8aff776a
    • James Rasell's avatar
      provider/aws: Make 'stage_name' required in api_gateway_deployment (#6797) · e3352e85
      James Rasell authored
      When stage_name is not passed to the resource
      aws_api_gateway_deployment a terraform apply will fail. This is
      because the stage_name is required and not optional.
      e3352e85
    • Paul Stack's avatar
      Update CHANGELOG.md · fc022e87
      Paul Stack authored
      fc022e87
    • Martin Atkins's avatar
      Grafana Provider, with Data Source and Dashboard resources (#6206) · 158a90b2
      Martin Atkins authored
      * Grafana provider
      
      * grafana_data_source resource.
      
      Allows data sources to be created in Grafana. Supports all data source
      types that are accepted in the current version of Grafana, and will
      support any future ones that fit into the existing structure.
      
      * Vendoring of apparentlymart/go-grafana-api
      
      This is in anticipation of adding a Grafana provider plugin.
      
      * grafana_dashboard resource
      
      * Website documentation for the Grafana provider.
      158a90b2
    • Paul Stack's avatar
      Update CHANGELOG.md · 3de2ab04
      Paul Stack authored
      3de2ab04
    • stack72's avatar
      provider/azurerm: `azurerm_network_interface` diffs didn't match during · a869d2f8
      stack72 authored
      apply
      
      The IP COnfiguration block of `azurerm_network_interface` didn't have a
      hash created in a way that changes to the optional params were being
      picked up:
      
      ```
      ~ azurerm_network_interface.test
          ip_configuration.273485505.name:                                       "testconfiguration1" => ""
          ip_configuration.273485505.private_ip_address_allocation:              "dynamic" => ""
          ip_configuration.273485505.subnet_id:                                  "/subscriptions/34ca515c-4629-458e-bf7c-738d77e0d0ea/resourceGroups/acctestrg/providers/Microsoft.Network/virtualNetworks/acctvn/subnets/acctsub" => ""
          ip_configuration.~273485505.load_balancer_backend_address_pools_ids.#: "" => "<computed>"
          ip_configuration.~273485505.load_balancer_inbound_nat_rules_ids.#:     "" => "<computed>"
          ip_configuration.~273485505.name:                                      "" => "testconfiguration1"
          ip_configuration.~273485505.private_ip_address:                        "" => "<computed>"
          ip_configuration.~273485505.private_ip_address_allocation:             "" => "dynamic"
          ip_configuration.~273485505.public_ip_address_id:                      "" => "${azurerm_public_ip.test.id}"
          ip_configuration.~273485505.subnet_id:                                 "" => "/subscriptions/34ca515c-4629-458e-bf7c-738d77e0d0ea/resourceGroups/acctestrg/providers/Microsoft.Network/virtualNetworks/acctvn/subnets/acctsub"
      ```
      
      This caused the following error:
      
      ```
      Error applying plan:
      
      1 error(s) occurred:
      
      * azurerm_network_interface.test: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.
      
      Please include the following information in your report:
      ```
      
      Notice that the hash didn't change. This change adds the remaining optional params to the hash so that the hash id will change.
      
      ```
      ~ azurerm_network_interface.test
          ip_configuration.4255411321.load_balancer_backend_address_pools_ids.#: "" => "<computed>"
          ip_configuration.4255411321.load_balancer_inbound_nat_rules_ids.#:     "" => "<computed>"
          ip_configuration.4255411321.name:                                      "" => "testconfiguration1"
          ip_configuration.4255411321.private_ip_address:                        "" => "<computed>"
          ip_configuration.4255411321.private_ip_address_allocation:             "" => "dynamic"
          ip_configuration.4255411321.public_ip_address_id:                      "" => "/subscriptions/34ca515c-4629-458e-bf7c-738d77e0d0ea/resourceGroups/acctestrg/providers/Microsoft.Network/publicIPAddresses/public-ip"
          ip_configuration.4255411321.subnet_id:                                 "" => "/subscriptions/34ca515c-4629-458e-bf7c-738d77e0d0ea/resourceGroups/acctestrg/providers/Microsoft.Network/virtualNetworks/acctvn/subnets/acctsub"
          ip_configuration.966273186.name:                                       "testconfiguration1" => ""
          ip_configuration.966273186.private_ip_address_allocation:              "dynamic" => ""
          ip_configuration.966273186.subnet_id:                                  "/subscriptions/34ca515c-4629-458e-bf7c-738d77e0d0ea/resourceGroups/acctestrg/providers/Microsoft.Network/virtualNetworks/acctvn/subnets/acctsub" => ""
      ```
      
      This allows the Update to work as expected :)
      
      ```
      azurerm_network_interface.test: Modifications complete
      
      Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
      ```
      a869d2f8
    • Devon Harvey's avatar
      Fix typo in show command docs (#6784) · 689cfc97
      Devon Harvey authored
      689cfc97
  5. 19 May, 2016 3 commits