Skip to content

Commit

Permalink
remove module level reqd version and provider stanzas
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoucgitter committed Jan 9, 2024
1 parent 8783965 commit bbdc7bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
9 changes: 0 additions & 9 deletions modules/aws_autoscaling/main.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

terraform {
required_version = ">= 1.4.5"
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.25.0"
}
}
}

# Permissions based off the IAM Policy recommended by kubernetes/autoscaler
# https://github.com/kubernetes/autoscaler/blob/cluster-autoscaler-chart-9.25.0/cluster-autoscaler/cloudprovider/aws/README.md
Expand Down
9 changes: 0 additions & 9 deletions modules/aws_ebs_csi/main.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
# Copyright © 2021-2023, SAS Institute Inc., Cary, NC, USA. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0

terraform {
required_version = ">= 1.4.5"
required_providers {
aws = {
source = "hashicorp/aws"
version = "5.25.0"
}
}
}

resource "aws_iam_policy" "ebs_csi" {
name_prefix = "${var.prefix}-ebs-csi-policy"
Expand Down

0 comments on commit bbdc7bf

Please sign in to comment.