Skip to content

Commit

Permalink
Update sagemaker_app_image_config.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekthangamuthu authored May 27, 2024
1 parent a36f17f commit 973a0e6
Showing 1 changed file with 0 additions and 56 deletions.
56 changes: 0 additions & 56 deletions docs/resources/sagemaker_app_image_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,6 @@ To create a SageMaker app image config resource.
Basic usage

```terraform
<<<<<<< HEAD
locals {
tags = [
{
key = "Name"
value = "Sample IAM Role"
},
{
key = "Environment"
value = "Development"
},
{
key = "Modified By"
value = "AWSCC"
}
]
}
=======
>>>>>>> 41787de28 ( Added docs for sagemaker app image config.)
resource "awscc_sagemaker_app_image_config" "example" {
app_image_config_name = "example"
Expand All @@ -44,58 +24,23 @@ resource "awscc_sagemaker_app_image_config" "example" {
name = "example"
}]
}
<<<<<<< HEAD
tags = local.tags
=======
tags = [{
key = "Modified By"
value = "AWSCC"
}]
>>>>>>> 41787de28 ( Added docs for sagemaker app image config.)
}
```

Default File System Config

```terraform
<<<<<<< HEAD
locals {
tags = [
{
key = "Name"
value = "Sample IAM Role"
},
{
key = "Environment"
value = "Development"
},
{
key = "Modified By"
value = "AWSCC"
}
]
}
resource "awscc_sagemaker_app_image_config" "example" {
app_image_config_name = "example"
code_editor_app_image_config = {
file_system_config = {}
}
=======
resource "awscc_sagemaker_app_image_config" "example" {
app_image_config_name = "example"
>>>>>>> 41787de28 ( Added docs for sagemaker app image config.)
kernel_gateway_image_config = {
kernel_specs = [{
name = "example"
}]
<<<<<<< HEAD
}
tags = local.tags
=======
file_system_config = {
default_gid = 100
default_uid = 1000
Expand All @@ -106,7 +51,6 @@ resource "awscc_sagemaker_app_image_config" "example" {
key = "Modified By"
value = "AWSCC"
}]
>>>>>>> 41787de28 ( Added docs for sagemaker app image config.)
}
```

Expand Down

0 comments on commit 973a0e6

Please sign in to comment.