Skip to content

Commit f3b97f8

Browse files
fix: Add cardano- prefix on bootstrap
1 parent 0e1b48f commit f3b97f8

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

bootstrap/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ variable "cloud_provider" {
3030

3131
variable "networks" {
3232
type = list(string)
33-
default = ["mainnet", "preprod", "preview", "vector-testnet"]
33+
default = ["cardano-mainnet", "cardano-preprod", "cardano-preview", "vector-testnet"]
3434
}
3535

3636
variable "versions" {

0 commit comments

Comments
 (0)