Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies & prep 0.25.0 #285

Merged
merged 9 commits into from
Apr 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/terraform_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3
with:
go-version: '1.16'
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: Run 'go mod tidy' and check for differences
run: |
Expand All @@ -38,13 +38,13 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3
with:
go-version: '1.16'
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: Get dependencies
run: |
Expand All @@ -62,13 +62,13 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3
with:
go-version: '1.16'
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: Get dependencies
run: |
Expand All @@ -86,13 +86,13 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3
with:
go-version: '1.16'
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: Generate docs and check for differences
run: |
Expand All @@ -106,13 +106,13 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3
with:
go-version: '1.16'
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: Generate docs and check for differences
run: |
Expand Down
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.25.0 (Unreleased)

FEATURES:

* resource/vault_cluster: enable paths_filter and scaling in Plus-tier [GH-281]

FIXES:

* datasource/hcp_packer_iteration: make sure test registry is plus [GH-284]

IMPROVEMENTS:

* provider: Bump `actions/setup-go` from 2.2.0 to 3.0.0 ([#285](https://github.com/hashicorp/terraform-provider-hcp/issues/285))
* provider: Bump `actions/checkout` from 2.2.0 to 3.0.0 ([#285](https://github.com/hashicorp/terraform-provider-hcp/issues/285))
* provider: Bump `google.golang.org/grpc` from 1.44.0 to 1.45.0 ([#285](https://github.com/hashicorp/terraform-provider-hcp/issues/285))
* provider: Bump `terraform-plugin-docs` from 0.5.1 to 0.7.0 ([#285](https://github.com/hashicorp/terraform-provider-hcp/issues/285))

## 0.24.1 (March 23, 2022)

FIXES:
Expand All @@ -8,11 +25,11 @@ FIXES:

FEATURES:

* hcp_vault_cluster: add support for performance replication in Plus tier clusters ([#266](https://github.com/hashicorp/terraform-provider-hcp/issues/266))
* resource/vault_cluster: add support for performance replication in Plus tier clusters ([#266](https://github.com/hashicorp/terraform-provider-hcp/issues/266))

FIXES:

* hcp_consul_cluster: Fix min_consul_version on creation not taking affect ([#252](https://github.com/hashicorp/terraform-provider-hcp/issues/252))
* resource/consul_cluster: Fix min_consul_version on creation not taking affect ([#252](https://github.com/hashicorp/terraform-provider-hcp/issues/252))

## 0.23.1 (March 03, 2022)

Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ testacc: fmtcheck
echo "See the contributing guide for more information: https://github.com/hashicorp/terraform-provider-hcp/blob/main/contributing/writing-tests.md"; \
exit 1; \
fi
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 210m

depscheck:
@echo "==> Checking source code with go mod tidy..."
Expand Down
30 changes: 15 additions & 15 deletions docs/data-sources/aws_network_peering.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,32 @@ data "hcp_aws_network_peering" "test" {

### Required

- **hvn_id** (String) The ID of the HashiCorp Virtual Network (HVN).
- **peering_id** (String) The ID of the network peering.
- `hvn_id` (String) The ID of the HashiCorp Virtual Network (HVN).
- `peering_id` (String) The ID of the network peering.

### Optional

- **id** (String) The ID of this resource.
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- **wait_for_active_state** (Boolean) If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`.
- `id` (String) The ID of this resource.
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `wait_for_active_state` (Boolean) If `true`, Terraform will wait for the network peering to reach an `ACTIVE` state before continuing. Default `false`.

### Read-Only

- **created_at** (String) The time that the network peering was created.
- **expires_at** (String) The time after which the network peering will be considered expired if it hasn't transitioned into `ACCEPTED` or `ACTIVE` state.
- **organization_id** (String) The ID of the HCP organization where the network peering is located. Always matches the HVN's organization.
- **peer_account_id** (String) The account ID of the peer VPC in AWS.
- **peer_vpc_id** (String) The ID of the peer VPC in AWS.
- **peer_vpc_region** (String) The region of the peer VPC in AWS.
- **project_id** (String) The ID of the HCP project where the network peering is located. Always matches the HVN's project.
- **provider_peering_id** (String) The peering connection ID used by AWS.
- **self_link** (String) A unique URL identifying the network peering.
- `created_at` (String) The time that the network peering was created.
- `expires_at` (String) The time after which the network peering will be considered expired if it hasn't transitioned into `ACCEPTED` or `ACTIVE` state.
- `organization_id` (String) The ID of the HCP organization where the network peering is located. Always matches the HVN's organization.
- `peer_account_id` (String) The account ID of the peer VPC in AWS.
- `peer_vpc_id` (String) The ID of the peer VPC in AWS.
- `peer_vpc_region` (String) The region of the peer VPC in AWS.
- `project_id` (String) The ID of the HCP project where the network peering is located. Always matches the HVN's project.
- `provider_peering_id` (String) The peering connection ID used by AWS.
- `self_link` (String) A unique URL identifying the network peering.

<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`

Optional:

- **default** (String)
- `default` (String)


28 changes: 14 additions & 14 deletions docs/data-sources/aws_transit_gateway_attachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,31 +24,31 @@ data "hcp_aws_transit_gateway_attachment" "test" {

### Required

- **hvn_id** (String) The ID of the HashiCorp Virtual Network (HVN).
- **transit_gateway_attachment_id** (String) The user-settable name of the transit gateway attachment in HCP.
- `hvn_id` (String) The ID of the HashiCorp Virtual Network (HVN).
- `transit_gateway_attachment_id` (String) The user-settable name of the transit gateway attachment in HCP.

### Optional

- **id** (String) The ID of this resource.
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- **wait_for_active_state** (Boolean) If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`.
- `id` (String) The ID of this resource.
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `wait_for_active_state` (Boolean) If `true`, Terraform will wait for the transit gateway attachment to reach an `ACTIVE` state before continuing. Default `false`.

### Read-Only

- **created_at** (String) The time that the transit gateway attachment was created.
- **expires_at** (String) The time after which the transit gateway attachment will be considered expired if it hasn't transitioned into `ACCEPTED` or `ACTIVE` state.
- **organization_id** (String) The ID of the HCP organization where the transit gateway attachment is located. Always matches the HVN's organization.
- **project_id** (String) The ID of the HCP project where the transit gateway attachment is located. Always matches the HVN's project.
- **provider_transit_gateway_attachment_id** (String) The transit gateway attachment ID used by AWS.
- **self_link** (String) A unique URL identifying the transit gateway attachment.
- **state** (String) The state of the transit gateway attachment.
- **transit_gateway_id** (String) The ID of the user-owned transit gateway in AWS.
- `created_at` (String) The time that the transit gateway attachment was created.
- `expires_at` (String) The time after which the transit gateway attachment will be considered expired if it hasn't transitioned into `ACCEPTED` or `ACTIVE` state.
- `organization_id` (String) The ID of the HCP organization where the transit gateway attachment is located. Always matches the HVN's organization.
- `project_id` (String) The ID of the HCP project where the transit gateway attachment is located. Always matches the HVN's project.
- `provider_transit_gateway_attachment_id` (String) The transit gateway attachment ID used by AWS.
- `self_link` (String) A unique URL identifying the transit gateway attachment.
- `state` (String) The state of the transit gateway attachment.
- `transit_gateway_id` (String) The ID of the user-owned transit gateway in AWS.

<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`

Optional:

- **default** (String)
- `default` (String)


40 changes: 20 additions & 20 deletions docs/data-sources/azure_peering_connection.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
page_title: "hcp_azure_peering_connection Data Source - terraform-provider-hcp"
page_title: "Data Source hcp_azure_peering_connection - terraform-provider-hcp"
subcategory: ""
description: |-
The Azure peering connection data source provides information about a peering connection between an HVN and a peer Azure VNet.
---

# hcp_azure_peering_connection (Data Source)
# Data Source (hcp_azure_peering_connection)

-> **Note:** Azure support coming soon. This data source is currently in internal preview only.

Expand All @@ -26,33 +26,33 @@ data "hcp_azure_peering_connection" "test" {

### Required

- **hvn_link** (String) The `self_link` of the HashiCorp Virtual Network (HVN).
- **peering_id** (String) The ID of the peering connection.
- `hvn_link` (String) The `self_link` of the HashiCorp Virtual Network (HVN).
- `peering_id` (String) The ID of the peering connection.

### Optional

- **id** (String) The ID of this resource.
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- **wait_for_active_state** (Boolean) If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`.
- `id` (String) The ID of this resource.
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `wait_for_active_state` (Boolean) If `true`, Terraform will wait for the peering connection to reach an `ACTIVE` state before continuing. Default `false`.

### Read-Only

- **application_id** (String) The ID of the Azure application whose credentials are used to peer the HCP HVN's underlying VNet with the customer VNet.
- **azure_peering_id** (String) The peering connection ID used by Azure.
- **created_at** (String) The time that the peering connection was created.
- **expires_at** (String) The time after which the peering connection will be considered expired if it hasn't transitioned into `ACCEPTED` or `ACTIVE` state.
- **organization_id** (String) The ID of the HCP organization where the peering connection is located. Always matches the HVN's organization.
- **peer_resource_group_name** (String) The resource group name of the peer VNet in Azure.
- **peer_subscription_id** (String) The subscription ID of the peer VNet in Azure.
- **peer_tenant_id** (String) The tenant ID of the peer VNet in Azure.
- **peer_vnet_name** (String) The name of the peer VNet in Azure.
- **peer_vnet_region** (String) The region of the peer VNet in Azure.
- **project_id** (String) The ID of the HCP project where the peering connection is located. Always matches the HVN's project.
- **self_link** (String) A unique URL identifying the peering connection
- `application_id` (String) The ID of the Azure application whose credentials are used to peer the HCP HVN's underlying VNet with the customer VNet.
- `azure_peering_id` (String) The peering connection ID used by Azure.
- `created_at` (String) The time that the peering connection was created.
- `expires_at` (String) The time after which the peering connection will be considered expired if it hasn't transitioned into `ACCEPTED` or `ACTIVE` state.
- `organization_id` (String) The ID of the HCP organization where the peering connection is located. Always matches the HVN's organization.
- `peer_resource_group_name` (String) The resource group name of the peer VNet in Azure.
- `peer_subscription_id` (String) The subscription ID of the peer VNet in Azure.
- `peer_tenant_id` (String) The tenant ID of the peer VNet in Azure.
- `peer_vnet_name` (String) The name of the peer VNet in Azure.
- `peer_vnet_region` (String) The region of the peer VNet in Azure.
- `project_id` (String) The ID of the HCP project where the peering connection is located. Always matches the HVN's project.
- `self_link` (String) A unique URL identifying the peering connection

<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`

Optional:

- **default** (String)
- `default` (String)
14 changes: 7 additions & 7 deletions docs/data-sources/consul_agent_helm_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,24 +24,24 @@ data "hcp_consul_agent_helm_config" "example" {

### Required

- **cluster_id** (String) The ID of the HCP Consul cluster.
- **kubernetes_endpoint** (String) The FQDN for the Kubernetes API.
- `cluster_id` (String) The ID of the HCP Consul cluster.
- `kubernetes_endpoint` (String) The FQDN for the Kubernetes API.

### Optional

- **expose_gossip_ports** (Boolean) Denotes that the gossip ports should be exposed.
- **id** (String) The ID of this resource.
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `expose_gossip_ports` (Boolean) Denotes that the gossip ports should be exposed.
- `id` (String) The ID of this resource.
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))

### Read-Only

- **config** (String) The agent Helm config.
- `config` (String) The agent Helm config.

<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`

Optional:

- **default** (String)
- `default` (String)


10 changes: 5 additions & 5 deletions docs/data-sources/consul_agent_kubernetes_secret.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@ data "hcp_consul_agent_kubernetes_secret" "test" {

### Required

- **cluster_id** (String) The ID of the HCP Consul cluster.
- `cluster_id` (String) The ID of the HCP Consul cluster.

### Optional

- **id** (String) The ID of this resource.
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `id` (String) The ID of this resource.
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))

### Read-Only

- **secret** (String) The Consul agent configuration in the format of a Kubernetes secret (YAML).
- `secret` (String) The Consul agent configuration in the format of a Kubernetes secret (YAML).

<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`

Optional:

- **default** (String)
- `default` (String)


Loading