Skip to content
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

docs: dynamic arg_lock example #261

Merged
merged 1 commit into from
Jul 29, 2024
Merged

docs: dynamic arg_lock example #261

merged 1 commit into from
Jul 29, 2024

Conversation

rdhar
Copy link
Member

@rdhar rdhar commented Jul 29, 2024

No description provided.

Signed-off-by: Rishav Dhar <[email protected]>
@github-actions github-actions bot added the tf:plan Pull requests that plan TF code label Jul 29, 2024
@rdhar rdhar merged commit fef6afe into main Jul 29, 2024
6 checks passed
@rdhar rdhar deleted the docs-dynamic-arg_lock branch July 29, 2024 21:41
@github-actions github-actions bot added the tf:apply Pull requests that apply TF code label Jul 29, 2024
Copy link

apply -chdir=sample/bucket -workspace=qa -backend-config=backend/qa.tfbackend -lock=true tfplan
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
TF Sample by @rdhar via push at 2024-07-29T22:41:14+01:00.
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:

sample_bucket_id = "sample20240729175052186400000001"

Copy link

apply -chdir=sample/instance -workspace=dev -lock=true tfplan
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
TF Sample by @rdhar via push at 2024-07-29T22:41:14+01:00.
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:

sample_instance_id = "i-0bccfb80c1c7f71c8"

Copy link

apply -chdir=sample/instance -workspace=qa -lock=true tfplan
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
TF Sample by @rdhar via push at 2024-07-29T22:41:14+01:00.
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:

sample_instance_id = "i-0a81b052662bb0af5"

Copy link

apply -chdir=sample/bucket -workspace=dev -backend-config=backend/dev.tfbackend -lock=true tfplan
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
TF Sample by @rdhar via push at 2024-07-29T22:41:14+01:00.
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:

sample_bucket_id = "sample20240729175049724100000001"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tf:apply Pull requests that apply TF code tf:plan Pull requests that plan TF code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant