Skip to content

Commit

Permalink
fix: small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
celaus committed Aug 26, 2024
1 parent a487865 commit 846cc78
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 14 deletions.
8 changes: 4 additions & 4 deletions coralogix/resource_coralogix_tco_policies_logs.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// Copyright 2024 Coralogix Ltd.
//
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//
// https://www.apache.org/licenses/LICENSE-2.0
//
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down Expand Up @@ -240,7 +240,7 @@ func (r *TCOPoliciesLogsResource) Schema(_ context.Context, _ resource.SchemaReq
Required: true,
},
},
MarkdownDescription: "Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api .",
MarkdownDescription: "Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api.",
}
}

Expand Down
2 changes: 1 addition & 1 deletion coralogix/resource_coralogix_tco_policies_traces.go
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ func (r *TCOPoliciesTracesResource) Schema(_ context.Context, _ resource.SchemaR
Required: true,
},
},
MarkdownDescription: "Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api",
MarkdownDescription: "Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api.",
}
}

Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/tco_policies_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "coralogix_tco_policies_logs Data Source - terraform-provider-coralogix"
subcategory: ""
description: |-
Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api .
Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api.
---

# coralogix_tco_policies_logs (Data Source)

Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api .
Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api.

## Example Usage

Expand Down
6 changes: 3 additions & 3 deletions docs/data-sources/tco_policies_traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "coralogix_tco_policies_traces Data Source - terraform-provider-coralogix"
subcategory: ""
description: |-
Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api
Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api.
---

# coralogix_tco_policies_traces (Data Source)

Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api
Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api.


## Example Usage
Expand Down Expand Up @@ -87,4 +87,4 @@ Read-Only:
Read-Only:

- `names` (Set of String)
- `rule_type` (String)
- `rule_type` (String)
4 changes: 2 additions & 2 deletions docs/resources/tco_policies_logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

page_title: "coralogix_tco_policies_logs Resource - terraform-provider-coralogix"
subcategory: ""
description: "Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api .
description: "Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api.
---
# coralogix_tco_policies_logs (Resource)
Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api .
Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api.
**Please note!** - This resource will override all the existing policies with the new ones (even those who were managed outside terraform).
Expand Down
12 changes: 10 additions & 2 deletions docs/resources/tco_policies_traces.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "coralogix_tco_policies_traces Resource - terraform-provider-coralogix"
subcategory: ""
description: |-
Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api
Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api.
---

# coralogix_tco_policies_traces (Resource)

Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api
Coralogix TCO-Policies-List. For more information - https://coralogix.com/docs/tco-optimizer-api.



Expand Down Expand Up @@ -166,3 +166,11 @@ Required:
Optional:

- `rule_type` (String)

## Import

```sh
terraform import coralogix_tco_policies_traces.example ""
```

terraform will import all the policies from the Coralogix TCO-Policies-List.

0 comments on commit 846cc78

Please sign in to comment.