Skip to content

Commit

Permalink
fix composer resource names (#3521)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymye authored May 18, 2020
1 parent 6ac058c commit b053ac7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
"google.golang.org/api/storage/v1"
)

const testComposerEnvironmentPrefix = "tf-cc-testenv"
const testComposerNetworkPrefix = "tf-cc-testnet"
const testComposerEnvironmentPrefix = "tf-test-composer-env"
const testComposerNetworkPrefix = "tf-test-composer-net"

func init() {
resource.AddTestSweepers("gcp_composer_environment", &resource.Sweeper{
Expand Down

0 comments on commit b053ac7

Please sign in to comment.