Skip to content

Commit 800f961

Browse files
authored
Merge pull request #24 from hashicorp/mpminardi/fix-formatting-issues
Fix formatting issues on main
2 parents ebddae8 + 87baa3a commit 800f961

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gcp/tfc-workspace.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ resource "tfe_variable" "tfc_gcp_workload_provider_name" {
3838
workspace_id = tfe_workspace.my_workspace.id
3939

4040
key = "TFC_GCP_WORKLOAD_PROVIDER_NAME"
41-
value = google_iam_workload_identity_pool_provider.tfc_provider.name
41+
value = google_iam_workload_identity_pool_provider.tfc_provider.name
4242
category = "env"
4343

4444
description = "The workload provider name to authenticate against."

vault-backed/aws/vault.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ resource "vault_aws_secret_backend" "aws_secret_backend" {
8888
#
8989
# https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/aws_secret_backend_role
9090
resource "vault_aws_secret_backend_role" "aws_secret_backend_role" {
91-
backend = vault_aws_secret_backend.aws_secret_backend.path
92-
name = var.aws_secret_backend_role_name
91+
backend = vault_aws_secret_backend.aws_secret_backend.path
92+
name = var.aws_secret_backend_role_name
9393
credential_type = "assumed_role"
9494

9595
role_arns = [aws_iam_role.tfc_role.arn]

0 commit comments

Comments
 (0)