Skip to content

Commit

Permalink
integrationType keeps showing, default value incorrect (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanjunming authored Jul 23, 2023
1 parent 508e269 commit 43d2cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/firehose/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ variable "output_format" {
variable "integration_type_metrics" {
description = "The integration type of the firehose delivery stream: 'CloudWatch_Metrics_JSON' or 'CloudWatch_Metrics_OpenTelemetry070'"
type = string
default = ""
default = null
}

variable "application_name" {
Expand Down

0 comments on commit 43d2cdb

Please sign in to comment.