Skip to content

Commit

Permalink
fix format and add user profile
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Jun 10, 2021
1 parent dbda594 commit 0928e33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sagemaker_user_profile.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "aws_sagemaker_user_profile" "sagemaker_user_profile" {

user_profile_name = "datascientist"
domain_id = aws_sagemaker_domain.domain.id
user_profile_name = "datascientist"
domain_id = aws_sagemaker_domain.domain.id
#single_sign_on_user_value = var.sagemaker_user_profile_single_sign_on_user_value

#single_sign_on_user_identifier = var.sagemaker_user_profile_single_sign_on_user_identifier
Expand All @@ -11,4 +11,4 @@ resource "aws_sagemaker_user_profile" "sagemaker_user_profile" {

security_groups = [aws_security_group.sagemakerstudio.id]
}
}
}

0 comments on commit 0928e33

Please sign in to comment.