Skip to content

Commit

Permalink
Merge branch 'main' into CDS-55706-adding-api-and-description-links
Browse files Browse the repository at this point in the history
  • Loading branch information
RajBaviskar committed May 3, 2023
2 parents 7adbc14 + e40dc8d commit b518791
Show file tree
Hide file tree
Showing 148 changed files with 3,088 additions and 312 deletions.
4 changes: 4 additions & 0 deletions .changelog/478.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
```release-note:bug
harness_platform_input_set: Fixed import.
harness_platform_triggers: Fixed import.
```
3 changes: 3 additions & 0 deletions .changelog/502.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/harness_platform_connector_aws_secret_manager: Fixed the plugin crash issue when api key doent have enough permissions.
```
4 changes: 4 additions & 0 deletions .changelog/507.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
```release-note:bug
data-source/harness_platform_organization: Fixed the data source to use either name or identifier.
data-source/harness_platform_usergroup: Fixed the data source to use either name or identifier.
```
3 changes: 3 additions & 0 deletions .changelog/508.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/harness_platform_connector_github: Added support for secret ref in application and installtion in github app authentication method.
```
2 changes: 2 additions & 0 deletions .changelog/511.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```release-note:new-resource
platform_connector_terraform_cloud - Added a Terraform Cloud connector resource in the Harness Terraform provider.
3 changes: 3 additions & 0 deletions .changelog/515.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
data-source/harness_platform_infrastructure: Fix bug wrt usages of tags in infrastructure yaml.
```
3 changes: 3 additions & 0 deletions .changelog/516.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:fix
resource/harness_platform_environment_service_overrides: Fix bug wrt terraform apply indicating change in service override identifier with same request.
```
4 changes: 4 additions & 0 deletions .changelog/517.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
```release-note:new-resource
platform_feature_flag - Added feature flag resources to the Harness Terraform Provider.
platform_ff_api_key - Added FF SDK API key resources to the Harness Terraform provider.
```
3 changes: 3 additions & 0 deletions .changelog/518.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/harness_platform_template: added force deletion support for templates
```
3 changes: 3 additions & 0 deletions .changelog/520.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
platform_connector_terraform_cloud - Improved Documentation
```
3 changes: 3 additions & 0 deletions .changelog/524.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/harness_platform_connector_awscc: Fix bug in aws cloud cost connector resource
```
3 changes: 3 additions & 0 deletions .changelog/526.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
datasource: Make identifier required in connector data source.
```
3 changes: 3 additions & 0 deletions .changelog/527.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/harness_platform_infrastructure: added force deletion support for infrastructures
```
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,63 @@
# 0.19.1 (May 02,2023)

ENHANCEMENTS:

* datasource: Make identifier required in connector data source. ([#526](https://github.com/harness/terraform-provider-harness/issues/526))
* platform_connector_terraform_cloud - Improved Documentation ([#520](https://github.com/harness/terraform-provider-harness/issues/520))

BUG FIXES:

* resource/harness_platform_connector_awscc: Fix bug in aws cloud cost connector resource ([#524](https://github.com/harness/terraform-provider-harness/issues/524))

# 0.19.0 (April 26,2023)

ENHANCEMENTS:

* resource/harness_platform_template: added force deletion support for templates ([#518](https://github.com/harness/terraform-provider-harness/issues/518))

# 0.18.0 (April 25,2023)

FEATURES:

* **New Resource:** `platform_feature_flag - Added feature flag resources to the Harness Terraform Provider.
platform_ff_api_key - Added FF SDK API key resources to the Harness Terraform provider.` ([#517](https://github.com/harness/terraform-provider-harness/issues/517))

# 0.17.5 (April 20,2023)

BUG FIXES:

* data-source/harness_platform_infrastructure: Fix bug wrt usages of tags in infrastructure yaml. ([#515](https://github.com/harness/terraform-provider-harness/issues/515))

# 0.17.4 (April 20,2023)

ENHANCEMENTS:

* resource/harness_platform_connector_github: Added support for secret ref in application and installtion in github app authentication method. ([#508](https://github.com/harness/terraform-provider-harness/issues/508))

# 0.17.3 (April 10,2023)

BUG FIXES:

* data-source/harness_platform_organization: Fixed the data source to use either name or identifier.
data-source/harness_platform_usergroup: Fixed the data source to use either name or identifier. ([#507](https://github.com/harness/terraform-provider-harness/issues/507))

# 0.17.2 (April 06,2023)

# 0.17.1 (April 05,2023)

ENHANCEMENTS:

* resource/harness_platform_gitops_cluster: Added support for Optional Tags in cluster ([#486](https://github.com/harness/terraform-provider-harness/issues/486))
* resource/harness_platform_service: added force deletion support for services
resource/harness_platform_environment: added force deletion support for environments
resource/harness_platform_environment_group: added force deletion support for environment groups ([#491](https://github.com/harness/terraform-provider-harness/issues/491))

BUG FIXES:

* harness_platform_input_set: Fixed import.
harness_platform_triggers: Fixed import. ([#478](https://github.com/harness/terraform-provider-harness/issues/478))
* resource/harness_platform_connector_aws_secret_manager: Fixed the plugin crash issue when api key doent have enough permissions. ([#502](https://github.com/harness/terraform-provider-harness/issues/502))

# 0.17.0 (March 24,2023)

ENHANCEMENTS:
Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_appdynamics.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_appdynamics" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_aws" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/platform_connector_aws_secret_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ data "harness_platform_connector_aws_secret_manager" "example" {
### Required

- `identifier` (String) Unique identifier of the resource.
- `name` (String) Name of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.

Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_awscc.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_awscc" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/platform_connector_awskms.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ data "harness_platform_connector_awskms" "example" {
### Required

- `identifier` (String) Unique identifier of the resource.
- `name` (String) Name of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.

Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_azure_cloud_cost.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_azure_cloud_cost" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_azure_cloud_provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_azure_cloud_provider" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/platform_connector_azure_key_vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ data "harness_platform_connector_azure_key_vault" "example" {
### Required

- `identifier` (String) Unique identifier of the resource.
- `name` (String) Name of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.

Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_bitbucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_bitbucket" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_datadog.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ data "harness_platform_connector_datadog" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `delegate_selectors` (Set of String) Tags to filter delegates for connection.
- `identifier` (String) Unique identifier of the resource.
- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_docker" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_dynatrace.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_dynatrace" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_gcp" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_gcp_cloud_cost.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_gcp_cloud_cost" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/platform_connector_gcp_secret_manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ data "harness_platform_connector_gcp_secret_manager" "example" {
### Required

- `identifier` (String) Unique identifier of the resource.
- `name` (String) Name of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.

Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_git.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_git" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
7 changes: 6 additions & 1 deletion docs/data-sources/platform_connector_github.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_github" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down Expand Up @@ -54,7 +57,9 @@ Read-Only:
Read-Only:

- `application_id` (String)
- `application_id_ref` (String)
- `installation_id` (String)
- `installation_id_ref` (String)
- `private_key_ref` (String)


Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_gitlab" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
5 changes: 4 additions & 1 deletion docs/data-sources/platform_connector_helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ data "harness_platform_connector_helm" "example" {
<!-- schema generated by tfplugindocs -->
## Schema

### Optional
### Required

- `identifier` (String) Unique identifier of the resource.

### Optional

- `name` (String) Name of the resource.
- `org_id` (String) Unique identifier of the organization.
- `project_id` (String) Unique identifier of the project.
Expand Down
Loading

0 comments on commit b518791

Please sign in to comment.