Skip to content

Commit 481ce17

Browse files
fix composer resource names (#3521) (#2080)
Signed-off-by: Modular Magician <[email protected]>
1 parent 468879e commit 481ce17

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changelog/3521.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/resource_composer_environment_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import (
1515
"google.golang.org/api/storage/v1"
1616
)
1717

18-
const testComposerEnvironmentPrefix = "tf-cc-testenv"
19-
const testComposerNetworkPrefix = "tf-cc-testnet"
18+
const testComposerEnvironmentPrefix = "tf-test-composer-env"
19+
const testComposerNetworkPrefix = "tf-test-composer-net"
2020

2121
func init() {
2222
resource.AddTestSweepers("gcp_composer_environment", &resource.Sweeper{

0 commit comments

Comments
 (0)