Skip to content

Commit

Permalink
0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelalvis committed Nov 6, 2024
1 parent 30a6eb6 commit 7b36dd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
8 changes: 0 additions & 8 deletions modules/sagemaker-domain/main.tf
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 3.47"
}
}
}

resource "aws_security_group" "sagemaker_sg" {
name = "sagemaker_sg"
Expand Down
3 changes: 0 additions & 3 deletions modules/sagemaker-domain/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ variable "domain_name" {
variable "subnet_id" {
description = "Subnet ID for the SageMaker domain"
type = string
default = "subnet-0b3b3b3b3b3b3b3b3"
}

variable "vpc_id" {
description = "VPC ID for the SageMaker domain"
type = string
default = "vpc-0a0a0a0a0a0a0a0a0"

}
variable "nameprefix" {
description = "Prefix to use for some resource names to avoid duplicates"
Expand Down

0 comments on commit 7b36dd6

Please sign in to comment.