Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmttn committed Aug 30, 2023
1 parent 55a896f commit 24ca507
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deployment/modules/stack_data/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ resource "scaleway_object_bucket" "main" {
}

resource "scaleway_iam_application" "main" {
name = "airflow"
organization_id = data.scaleway_account_project.main.organization_id
name = "airflow"
}

data "scaleway_account_project" "main" {
Expand Down

0 comments on commit 24ca507

Please sign in to comment.