Skip to content

Commit

Permalink
modified examples (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
thulasirajkomminar committed Feb 28, 2024
1 parent 8128d72 commit 865028a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/example.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
provider "aws" {
region = "eu-central-1"
}

module "example_glue_job" {
source = "github.com/komminarlab/terraform-aws-glue-job?ref=v1.0.0"
source = "github.com/komminarlabs/terraform-aws-glue-job?ref=v1.0.0"
name = "example-glue-job"
max_retries = 1
number_of_workers = 2
Expand Down

0 comments on commit 865028a

Please sign in to comment.