Skip to content

Commit

Permalink
add missing providers
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 13, 2024
1 parent b34eec3 commit 505dae3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
19 changes: 19 additions & 0 deletions catalogs/data/dagster/terraform/aws/versions.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@

terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.57"
}
plural = {
source = "pluralsh/plural"
version = ">= 0.2.1"
}
}
}

provider "plural" {}

provider "aws" {
region = "{{ context.region }}"
}
3 changes: 3 additions & 0 deletions setup/catalogs/data/dagster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ spec:
documentation: The cloud you want to deploy to.
values:
- aws
- name: region
type: STRING
documentation: The cloud provider region you want to use to deploy cloud resources.
- name: bucket
type: STRING
documentation: The name of the bucket you want to use. This must be globally unique.
Expand Down

0 comments on commit 505dae3

Please sign in to comment.