Skip to content

Commit

Permalink
Merge pull request #2015 from quixoticmonk/f-awscc_sagemaker_cluster
Browse files Browse the repository at this point in the history
fix: reference path in example awscc_sagemaker_cluster
  • Loading branch information
breathingdust authored Sep 13, 2024
2 parents c557728 + 5dcb048 commit 7747089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/sagemaker_cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ resource "awscc_sagemaker_cluster" "this" {
instance_type = "ml.c5.2xlarge"
instance_group_name = "example"
life_cycle_config = {
source_s3_uri = "s3://${aws_s3_bucket.this.id}/base-config/"
source_s3_uri = "s3://${aws_s3_bucket.this.id}/config/"
on_create = "on_create_noop.sh"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resource "awscc_sagemaker_cluster" "this" {
instance_type = "ml.c5.2xlarge"
instance_group_name = "example"
life_cycle_config = {
source_s3_uri = "s3://${aws_s3_bucket.this.id}/base-config/"
source_s3_uri = "s3://${aws_s3_bucket.this.id}/config/"
on_create = "on_create_noop.sh"
}
}
Expand Down

0 comments on commit 7747089

Please sign in to comment.