Skip to content

Commit d116a95

Browse files
authored
Merge branch 'main' into jillirami/tf-26944-source-dir-tag-prefix-support-tfe-provider
2 parents 62ecce6 + 46f621e commit d116a95

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
## Unreleased
22

33
FEATURES:
4-
* Add source_directory and tag_prefix registry module support for private registry monorepositor, by @jillirami ([#1799](https://github.com/hashicorp/terraform-provider-tfe/pull/1799)):
4+
* Add source_directory and tag_prefix registry module support for private registry monorepositor, by @jillirami ([#1800](https://github.com/hashicorp/terraform-provider-tfe/pull/1800)):
55
* `r/tfe_registry_module`: Add attribute `source_directory` and `tag_prefix`
66
* `r/tfe_workspace`: Add attribute `source_directory` and `tag_prefix`
77

8+
BUG FIXES:
9+
* `r/tfe_notification_configuration`: update url attribute to be sensitive, by @jillirami [#1799](https://github.com/hashicorp/terraform-provider-tfe/pull/1799)
10+
811
## v0.68.2
912

1013
BUG FIXES:

internal/provider/resource_tfe_notification_configuration.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ func (r *resourceTFENotificationConfiguration) Schema(ctx context.Context, req r
254254
"url": schema.StringAttribute{
255255
Description: "The HTTP or HTTPS URL where notification requests will be made. This value must not be provided if `email_addresses` or `email_user_ids` is present, or if `destination_type` is `email`.",
256256
Optional: true,
257+
Sensitive: true,
257258
Validators: []validator.String{
258259
validators.AttributeRequiredIfValueString(
259260
"destination_type",

0 commit comments

Comments
 (0)