Skip to content

Commit 40f4591

Browse files
authored
Update team name (#1528)
1 parent fd5149f commit 40f4591

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/call-jira-issue-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
project: TF
1414
issue-extra-fields: |
15-
{ "customfield_10091": ["TF-CLI"],
15+
{ "customfield_10091": ["TF-Core-Cloud"],
1616
"customfield_10008": "${{ contains(github.event.issue.labels.*.name, 'bug') && 'TF-7331' || 'TF-3484' }}"
1717
}
1818
secrets: inherit

META.d/_summary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ partition: tfc
88
category: library
99

1010
summary:
11-
owner: team-tf-cli
11+
owner: team-tf-core-cloud
1212
description: Official HCP Terraform and Terraform Enterprise provider, maintained by HashiCorp. Provision HCP Terraform or Terraform Enterprise - with Terraform!
1313
visibility: external

docs/new-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
As we work to migrate older resources from the provider SDK v2 to the [Plugin Framework](https://developer.hashicorp.com/terraform/plugin/framework), the hashicorp/tfe provider uses plugin protocol v5 along with three separate provider servers [muxed together](https://github.com/hashicorp/terraform-provider-tfe/blob/20448c7293b2e116b633eef4bc73881b060aa32e/main.go#L51).
44

5-
For all new resources, we ask that you add them to the [provider_next](https://github.com/hashicorp/terraform-provider-tfe/blob/20448c7293b2e116b633eef4bc73881b060aa32e/internal/provider/provider_next.go) Framework Provider to ensure that they don't need to be migrated in the future. For Hashicorp employees: It can be helpful to include a section in a relevant RFC defining your proposed new resource schema. Be sure to notify #team-tf-cli.
5+
For all new resources, we ask that you add them to the [provider_next](https://github.com/hashicorp/terraform-provider-tfe/blob/20448c7293b2e116b633eef4bc73881b060aa32e/internal/provider/provider_next.go) Framework Provider to ensure that they don't need to be migrated in the future. For Hashicorp employees: It can be helpful to include a section in a relevant RFC defining your proposed new resource schema. Be sure to notify #team-tf-core-cloud.
66

77
There are a few conventions to observe when authoring new resources:
88

0 commit comments

Comments
 (0)