Skip to content

Commit

Permalink
Merge pull request #37963 from trevorbonas/f-timestreaminfluxdb-db-in…
Browse files Browse the repository at this point in the history
…stance

[New Resource] TimestreamInfluxDB DB Instance
  • Loading branch information
johnsonaj authored Jul 31, 2024
2 parents 3e6ec09 + 94f6fe3 commit 197f6ec
Show file tree
Hide file tree
Showing 18 changed files with 3,717 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/37963.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_timestreaminfluxdb_db_instance
```
2 changes: 1 addition & 1 deletion .teamcity/components/generated/services_all.kt
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ val services = mapOf(
"sts" to ServiceSpec("STS (Security Token)"),
"swf" to ServiceSpec("SWF (Simple Workflow)"),
"synthetics" to ServiceSpec("CloudWatch Synthetics", parallelismOverride = 10),
"timestreaminfluxdb" to ServiceSpec("Timestream for InfluxDB"),
"timestreaminfluxdb" to ServiceSpec("Timestream for InfluxDB", vpcLock = true, parallelismOverride = 3),
"timestreamwrite" to ServiceSpec("Timestream Write"),
"transcribe" to ServiceSpec("Transcribe"),
"transfer" to ServiceSpec("Transfer Family", vpcLock = true),
Expand Down
5 changes: 5 additions & 0 deletions internal/generate/teamcity/acctest_services.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,11 @@ service "synthetics" {
parallelism = 10
}

service "timestreaminfluxdb" {
vpc_lock = true
parallelism = 3
}

service "transfer" {
vpc_lock = true
}
Expand Down
Loading

0 comments on commit 197f6ec

Please sign in to comment.