Skip to content

Commit

Permalink
fix readme and descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanjunming committed Sep 9, 2024
1 parent d6782d1 commit 0470496
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## v1.0.107
#### **firehose-logs**
### 💡 Enhancements
- Add AO3 region to the list of regions
- Add AP3 region to the list of regions
- Added custom naming for global resources
- Added ability to import global resources (s3 & iam)
### 🛑 Breaking changes 🛑
- For firehose-logs & firehose-metrics, Update variables: `private_key` values regions from [Europe, Europe2, India, Singapore, US, US2] to [EU1, EU2, AP1, AP2, AP3, US1, US2]
- For firehose-logs & firehose-metrics, Update variables: `coralogix_region` values regions from [Europe, Europe2, India, Singapore, US, US2] to [EU1, EU2, AP1, AP2, AP3, US1, US2]

## v1.0.106
#### **msk-data-stream**
Expand Down
2 changes: 1 addition & 1 deletion modules/firehose-logs/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ variable "cloudwatch_retention_days" {
}

variable "custom_domain" {
description = "Custom domain for Coralogix firehose integration endpoint (e.g. private.coralogix.net:8443 for https://ingress.private.coralogix.net:8443/aws/firehose)"
description = "Custom domain for Coralogix firehose integration endpoints, does not work for privatelink (e.g. cust.coralogix-123.net:8443 for https://ingress.cust.coralogix-123.net:8443/aws/firehose)"
type = string
default = null
}
Expand Down
2 changes: 1 addition & 1 deletion modules/firehose-metrics/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ variable "cloudwatch_retention_days" {
}

variable "custom_domain" {
description = "Custom domain for Coralogix firehose integration endpoint (e.g. private.coralogix.net:8443 for https://ingress.private.coralogix.net:8443/aws/firehose)"
description = "Custom domain for Coralogix firehose integration endpoints, does not work for privatelink (e.g. cust.coralogix-123.net:8443 for https://ingress.cust.coralogix-123.net:8443/aws/firehose)"
type = string
default = null
}
Expand Down

0 comments on commit 0470496

Please sign in to comment.