Skip to content

Commit

Permalink
Merge pull request awslabs#189 from andrewyhwang/mainline
Browse files Browse the repository at this point in the history
[Updated Commit] Add CFN templates for Timestream for InfluxDB that dynamically create…
  • Loading branch information
sethusrinivasan authored Jun 12, 2024
2 parents 3508d6b + 1b76b18 commit 343a19d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -522,8 +522,7 @@
"Endpoint"
]
},
":",
8086
":8086"
]
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,5 +263,5 @@ Outputs:
Value: !GetAtt DbInstance.InfluxAuthParametersSecretArn
Endpoint:
Description: The endpoint URL to connect to InfluxDB
Value: !Join ['', ["https://", !GetAtt DbInstance.Endpoint, ":":, 8086]]
Value: !Join ["", ["https://", !GetAtt DbInstance.Endpoint, ":8086"]]

Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,7 @@
"Endpoint"
]
},
":",
8086
":8086"
]
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@ Outputs:
Value: !GetAtt DbInstance.InfluxAuthParametersSecretArn
Endpoint:
Description: The endpoint URL to connect to InfluxDB
Value: !Join ['', ["https://", !GetAtt DbInstance.Endpoint, ":", 8086]]
Value: !Join ["", ["https://", !GetAtt DbInstance.Endpoint, ":8086"]]

0 comments on commit 343a19d

Please sign in to comment.