Skip to content

Commit ae2916d

Browse files
authored
Merge pull request #5 from gridai/terraform_files_formatting
small formatting
2 parents ad70fec + 7f818ff commit ae2916d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resource "aws_iam_policy" "this" {
2828

2929
resource "aws_iam_role" "this" {
3030
name_prefix = var.role_name != null ? null : "grid-cloud"
31-
name = var.role_name
31+
name = var.role_name
3232

3333
max_session_duration = 12 * 3600
3434
assume_role_policy = jsonencode({

variables.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ variable "extra_assume_role_without_external_id_arn" {
2424
}
2525

2626
variable "role_name" {
27-
type = string
27+
type = string
2828
default = null
2929
}

0 commit comments

Comments
 (0)