Skip to content

Commit

Permalink
fix data-platform-dev folder in stage 03-data-platform
Browse files Browse the repository at this point in the history
  • Loading branch information
sttomm committed Aug 15, 2022
1 parent c0e17f4 commit efeeab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fast/stages/03-data-platform/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module "data-platform" {
composer_config = var.composer_config
data_force_destroy = var.data_force_destroy
data_catalog_tags = var.data_catalog_tags
folder_id = var.folder_ids.data-platform
folder_id = var.folder_ids.data-platform-dev
groups = var.groups
location = var.location
network_config = {
Expand Down
2 changes: 1 addition & 1 deletion fast/stages/03-data-platform/dev/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ variable "folder_ids" {
# tfdoc:variable:source 01-resman
description = "Folder to be used for the networking resources in folders/nnnn format."
type = object({
data-platform = string
data-platform-dev = string
})
}

Expand Down

0 comments on commit efeeab3

Please sign in to comment.