Draft
Conversation
|
Contributor
Terraform Plan for Test 🔍Show PlanTerraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# module.app.module.preview_url[0].aws_ssm_parameter.central_deployment_account_id will be updated in-place
~ resource "aws_ssm_parameter" "central_deployment_account_id" {
id = "/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
name = "/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
~ tags = {
- "application" = "digitalekanaler-admin" -> null
- "repo" = "digitalekanaler-admin-frontend" -> null
}
~ tags_all = {
~ "application" = "digitalekanaler-admin" -> "digitalekanaler-designmanual"
~ "repo" = "digitalekanaler-admin-frontend" -> "spor"
# (1 unchanged element hidden)
}
# (13 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Warning: Redundant ignore_changes element
on .terraform/modules/app.preview_url/main.tf line 111, in resource "aws_lambda_function" "lambda_function":
111: resource "aws_lambda_function" "lambda_function" {
Adding an attribute name to ignore_changes tells Terraform to ignore future
changes to the argument in configuration after the object has been created,
retaining the value originally configured.
The attribute qualified_arn is decided by the provider alone and therefore
there can be no configured value to compare with. Including this attribute in
ignore_changes has no effect. Remove the attribute from ignore_changes to
quiet this warning.
(and 2 more similar warnings elsewhere)
─────────────────────────────────────────────────────────────────────────────
Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.For commit 21cf91e |
Contributor
Terraform Plan for Test 🔍Show PlanTerraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# module.app.module.preview_url[0].aws_ssm_parameter.central_deployment_account_id will be updated in-place
~ resource "aws_ssm_parameter" "central_deployment_account_id" {
id = "/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
name = "/__deployment__/applications/preview-url-mapper/central-deployment-account-id"
~ tags = {
- "application" = "digitalekanaler-admin" -> null
- "repo" = "digitalekanaler-admin-frontend" -> null
}
~ tags_all = {
~ "application" = "digitalekanaler-admin" -> "digitalekanaler-designmanual"
~ "repo" = "digitalekanaler-admin-frontend" -> "spor"
# (1 unchanged element hidden)
}
# (13 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
Warning: Redundant ignore_changes element
on .terraform/modules/app.preview_url/main.tf line 111, in resource "aws_lambda_function" "lambda_function":
111: resource "aws_lambda_function" "lambda_function" {
Adding an attribute name to ignore_changes tells Terraform to ignore future
changes to the argument in configuration after the object has been created,
retaining the value originally configured.
The attribute qualified_arn is decided by the provider alone and therefore
there can be no configured value to compare with. Including this attribute in
ignore_changes has no effect. Remove the attribute from ignore_changes to
quiet this warning.
(and 2 more similar warnings elsewhere)
─────────────────────────────────────────────────────────────────────────────
Note: You didn't use the -out option to save this plan, so Terraform can't
guarantee to take exactly these actions if you run "terraform apply" now.For commit 7d1ac5c |
This file contains hidden or 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
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.
Background
Mulighet for å legge inn colorcards når man skriver content til en page/article i Sanity for designmanual. Har tidligere vært et ønske om å legge inn dette under
Fundementals>Illustrationstyle.(Har brukt dette litt som en "øve" oppgave)
Closes #
Solution
General Checklist
Accessibility checklist
For changes impacting the user interface or functionality, ensure the following:
Screenshots