Skip to content

Commit

Permalink
fix: add missing sensitive flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tosuke committed Nov 5, 2024
1 parent 2faaac1 commit 68f021b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/data_source_mackerel_aws_integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func schemaAWSIntegrationDataSource() schema.Schema {
},
"external_id": schema.StringAttribute{
Description: schemaAWSIntegrationExternalIDDesc,
Sensitive: true,
Computed: true,
},
"region": schema.StringAttribute{
Expand Down

0 comments on commit 68f021b

Please sign in to comment.