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

ci: remove deprovision steps for simplicity #234

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Conversation

RDhar
Copy link
Member

@RDhar RDhar commented Jun 25, 2024

No description provided.

@github-actions github-actions bot added tf:plan Pull requests that plan TF code labels Jun 25, 2024
@RDhar RDhar merged commit 5e5ab4a into main Jun 25, 2024
6 checks passed
@RDhar RDhar deleted the simplify-sample-workflow branch June 25, 2024 14:04
@github-actions github-actions bot added the tf:apply Pull requests that apply TF code label Jun 25, 2024
Copy link

{"tf":"apply","chdir":"stacks/sample_bucket","backend-config":"backend/dev.tfbackend"}

Outline of changes.
+ module.sample_bucket.aws_s3_bucket.sample will be created
+ module.sample_bucket.aws_s3_bucket_versioning.sample will be created
Apply complete! Resources: 2 added, 0 changed, 0 destroyed.
TF Sample by @RDhar via pull_request at 2024-06-25T14:04:18Z.
Apply complete! Resources: 2 added, 0 changed, 0 destroyed.

Outputs:

sample_bucket_id = "sample20240625140440498600000001"

Copy link

{"tf":"apply","chdir":"stacks/sample_bucket","backend-config":"backend/stg.tfbackend"}

Outline of changes.
+ module.sample_bucket.aws_s3_bucket.sample will be created
+ module.sample_bucket.aws_s3_bucket_versioning.sample will be created
Apply complete! Resources: 2 added, 0 changed, 0 destroyed.
TF Sample by @RDhar via pull_request at 2024-06-25T14:04:18Z.
Apply complete! Resources: 2 added, 0 changed, 0 destroyed.

Outputs:

sample_bucket_id = "sample20240625140440827400000001"

Copy link

{"tf":"apply","chdir":"stacks/sample_instance","var-file":"env/stg.tfvars"}

Outline of changes.
+ aws_instance.sample will be created
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
TF Sample by @RDhar via pull_request at 2024-06-25T14:04:18Z.
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

Outputs:

sample_instance_id = "i-0a47d88e55ebf04bd"

Copy link

{"tf":"apply","chdir":"stacks/sample_instance","var-file":"env/dev.tfvars"}

Outline of changes.
+ aws_instance.sample will be created
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
TF Sample by @RDhar via pull_request at 2024-06-25T14:04:18Z.
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

Outputs:

sample_instance_id = "i-033d87f68e340a92b"

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.

None yet

1 participant