-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update main.tf #9
Open
motatoes
wants to merge
2
commits into
main
Choose a base branch
from
motatoes-patch-9
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
digger plan |
1 similar comment
digger plan |
❌ Could not load digger config, error: error loading digger.yml |
|
plan for projects_test1_environments_env3 2024-07-18 16:30:16 (UTC)Locking successfulProject diggerhq/test-terragrunt-blocks#projects_test1_environments_env3 has been locked by PR #9Plan outputTerraform will perform the following actions:
# aws_s3_bucket.example will be updated in-place
~ resource "aws_s3_bucket" "example" {
id = "my-tf-test-bucket20240516184937798500000001"
~ tags = {
"Environment" = "env3"
~ "Name" = "My bucket env33" -> "My bucket env3"
}
~ tags_all = {
~ "Name" = "My bucket env33" -> "My bucket env3"
# (1 unchanged element hidden)
}
# (12 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Terraform plan validation check (projects_test1_environments_env3)Terraform plan validation checks succeeded ✅Terraform plan summary
|
plan for projects_test1_environments_staging 2024-07-18 16:30:21 (UTC)Locking successfulProject diggerhq/test-terragrunt-blocks#projects_test1_environments_staging has been locked by PR #9 |
plan for projects_test1_environments_devel 2024-07-18 16:30:17 (UTC)Locking successfulProject diggerhq/test-terragrunt-blocks#projects_test1_environments_devel has been locked by PR #9 |
plan for projects_test1_environments_env6 2024-07-18 16:30:34 (UTC)Locking successfulProject diggerhq/test-terragrunt-blocks#projects_test1_environments_env6 has been locked by PR #9Plan outputTerraform will perform the following actions:
# aws_s3_bucket.example will be updated in-place
~ resource "aws_s3_bucket" "example" {
id = "my-tf-test-bucket20240516184941307800000001"
~ tags = {
"Environment" = "env6"
~ "Name" = "My bucket env634" -> "My bucket env6"
}
~ tags_all = {
~ "Name" = "My bucket env634" -> "My bucket env6"
# (1 unchanged element hidden)
}
# (12 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Terraform plan validation check (projects_test1_environments_env6)Terraform plan validation checks succeeded ✅Terraform plan summary
|
plan for projects_test1_environments_env4 2024-07-18 16:30:27 (UTC)Locking successfulProject diggerhq/test-terragrunt-blocks#projects_test1_environments_env4 has been locked by PR #9Plan outputTerraform will perform the following actions:
# aws_s3_bucket.example will be updated in-place
~ resource "aws_s3_bucket" "example" {
id = "my-tf-test-bucket20240516184954563900000001"
~ tags = {
"Environment" = "env4"
~ "Name" = "My bucket env434" -> "My bucket env4"
}
~ tags_all = {
~ "Name" = "My bucket env434" -> "My bucket env4"
# (1 unchanged element hidden)
}
# (12 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Terraform plan validation check (projects_test1_environments_env4)Terraform plan validation checks succeeded ✅Terraform plan summary
|
plan for projects_test1_environments_env5 2024-07-18 16:30:47 (UTC)Locking successfulProject diggerhq/test-terragrunt-blocks#projects_test1_environments_env5 has been locked by PR #9Plan outputTerraform will perform the following actions:
# aws_s3_bucket.example will be updated in-place
~ resource "aws_s3_bucket" "example" {
id = "my-tf-test-bucket20240516184950890200000001"
~ tags = {
"Environment" = "env5"
~ "Name" = "My bucket env534" -> "My bucket env5"
}
~ tags_all = {
~ "Name" = "My bucket env534" -> "My bucket env5"
# (1 unchanged element hidden)
}
# (12 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.