File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
infrastructure/repository Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1515{{ end -}}
1616{{- end -}}
1717
18- {{- $features := combineTypes .NotesByType.feature (index .NotesByType "new-resource" ) (index .NotesByType "new-data-source") (index .NotesByType "new-ephemeral") (index .NotesByType "new-function") (index .NotesByType "new-guide") }}
18+ {{- $features := combineTypes .NotesByType.feature (index .NotesByType "new-resource" ) (index .NotesByType "new-data-source") (index .NotesByType "new-ephemeral") (index .NotesByType "new-function") (index .NotesByType "new-action") (index .NotesByType "new- guide") }}
1919{{- if $features }}
2020FEATURES:
2121
Original file line number Diff line number Diff line change 77* **New Ephemeral Resource:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}}))
88{{- else if eq "new-function" .Type -}}
99* **New Function:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}}))
10+ {{- else if eq "new-action" .Type -}}
11+ * **New Action:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}}))
1012{{- else if eq "new-guide" .Type -}}
1113* **New Guide:** `{{.Body}}` ([#{{- .Issue -}}](https://github.com/hashicorp/terraform-provider-aws/issues/{{- .Issue -}}))
1214{{- else -}}
Original file line number Diff line number Diff line change @@ -109,6 +109,10 @@ variable "workflow_labels" {
109109 color = " dc477d" , # color:consul
110110 description = " Waiting for first response or review from a maintainer."
111111 },
112+ " new-action" = {
113+ color = " ac72f0" , # color:terraform (link on black)
114+ description = " Introduces a new action."
115+ },
112116 " new-data-source" = {
113117 color = " ac72f0" , # color:terraform (link on black)
114118 description = " Introduces a new data source."
You can’t perform that action at this time.
0 commit comments