File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 55- Add missing entries to ` data_view.field_formats.params ` ([ #1001 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/1001 ) )
66- Fix namespaces inconsistency when creating elasticstack_kibana_data_view resources ([ #1011 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/1011 ) )
77- Update rule ID documentation. ([ #1047 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/1047 ) )
8+ - Mark ` elasticstack_kibana_action_connector.secrets ` as sensitive. ([ #1045 ] ( https://github.com/elastic/terraform-provider-elasticstack/pull/1045 )
89
910## [ 0.11.13] - 2025-01-09
1011
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ resource "elasticstack_kibana_action_connector" "slack-api-connector" {
6666
6767- ` config ` (String) The configuration for the connector. Configuration properties vary depending on the connector type.
6868- ` connector_id ` (String) A UUID v1 or v4 to use instead of a randomly generated ID.
69- - ` secrets ` (String) The secrets configuration for the connector. Secrets configuration properties vary depending on the connector type.
69+ - ` secrets ` (String, Sensitive ) The secrets configuration for the connector. Secrets configuration properties vary depending on the connector type.
7070- ` space_id ` (String) An identifier for the space. If space_id is not provided, the default space is used.
7171
7272### Read-Only
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ func ResourceActionConnector() *schema.Resource {
5252 Optional : true ,
5353 DiffSuppressFunc : utils .DiffJsonSuppress ,
5454 ValidateFunc : validation .StringIsJSON ,
55+ Sensitive : true ,
5556 },
5657 "is_deprecated" : {
5758 Description : "Indicates whether the connector type is deprecated." ,
You can’t perform that action at this time.
0 commit comments