Skip to content

Commit

Permalink
attempt to fix resource naming collision
Browse files Browse the repository at this point in the history
  • Loading branch information
eschultink committed Mar 14, 2024
1 parent 48e81d8 commit 6fb548c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
terraform init
terraform apply -auto-approve \
-var="aws_account_id=${{ env.AWS_ACCOUNT_ID }}" \
-var="resource_name_prefix=tf_aws_w8s_export_ci_${{ env.timestamp}}" \
-var="resource_name_prefix=tf_aws_w8s_export_ci_${{ matrix.terraform_version }}_${{ env.timestamp}}" \
-var="worklytics_tenant_id=${{ env.EXAMPLE_TENANT_SA_ID }}"
echo "worklytics_export_bucket_id=$(terraform output -raw worklytics_export_bucket_id)" >> $GITHUB_OUTPUT
echo "worklytics_tenant_aws_role_arn=$(terraform output -raw worklytics_tenant_aws_role_arn)" >> $GITHUB_OUTPUT
Expand Down
2 changes: 2 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .idea/terraform-aws-worklytics-export.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6fb548c

Please sign in to comment.