Skip to content

Commit

Permalink
feat(aws_instance): add instance market options block
Browse files Browse the repository at this point in the history
  • Loading branch information
haidargit committed Feb 20, 2025
1 parent 1e608b5 commit 1ccfbd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/complete/fixtures.us-east-2.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ security_group_rules = [

ssh_public_key_path = "/secrets"

metric_treat_missing_data = "notBreaching"
metric_treat_missing_data = "notBreaching"
1 change: 0 additions & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ module "ec2_instance" {
instance_profile = aws_iam_instance_profile.test.name
tenancy = var.tenancy
metric_treat_missing_data = var.metric_treat_missing_data
market_type = var.market_type
instance_market_options = var.instance_market_options

depends_on = [aws_iam_instance_profile.test]
Expand Down

0 comments on commit 1ccfbd0

Please sign in to comment.