Skip to content

Commit 46f621e

Browse files
authored
Update tfe_notification_configuration to sensitive url (#1799)
1 parent 217fe8d commit 46f621e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Unreleased
22

3+
BUG FIXES:
4+
* `r/tfe_notification_configuration`: update url attribute to be sensitive, by @jillirami [#1799](https://github.com/hashicorp/terraform-provider-tfe/pull/1799)
5+
36
## v0.68.2
47

58
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)