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

fix: decryption shells #282

Merged
merged 3 commits into from
Aug 26, 2024
Merged

fix: decryption shells #282

merged 3 commits into from
Aug 26, 2024

Conversation

rdhar
Copy link
Member

@rdhar rdhar commented Aug 26, 2024

No description provided.

Signed-off-by: Rishav Dhar <19497993+RDhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+RDhar@users.noreply.github.com>
Signed-off-by: Rishav Dhar <19497993+RDhar@users.noreply.github.com>
@github-actions github-actions bot added the tf:plan Pull requests that plan TF code label Aug 26, 2024
@rdhar rdhar merged commit e35323d into main Aug 26, 2024
16 checks passed
@rdhar rdhar deleted the fix-decryption-shells branch August 26, 2024 11:34
@github-actions github-actions bot added the tf:apply Pull requests that apply TF code label Aug 26, 2024
Copy link

init -chdir=tests/fail_data_source_error -lock=true
View details…
TF Tests by @rdhar via pull_request at 2024-08-26T11:34:53Z.
Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/local...
- Installing hashicorp/local v2.5.1...
- Installed hashicorp/local v2.5.1 (signed by HashiCorp)

Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that Terraform can guarantee to make the same selections by default when
you run "terraform init" in the future.

Terraform has been successfully initialized!

Copy link

init -chdir=tests/pass_one -lock=true
View details…
TF Tests by @rdhar via pull_request at 2024-08-26T11:34:53Z.
Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/random...
- Installing hashicorp/random v3.6.2...
- Installed hashicorp/random v3.6.2 (signed by HashiCorp)

Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that Terraform can guarantee to make the same selections by default when
you run "terraform init" in the future.

Terraform has been successfully initialized!

Copy link

init -chdir=tests/pass_character_limit -lock=true
View details…
TF Tests by @rdhar via pull_request at 2024-08-26T11:34:53Z.
Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/random...
- Installing hashicorp/random v3.6.2...
- Installed hashicorp/random v3.6.2 (signed by HashiCorp)

Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that Terraform can guarantee to make the same selections by default when
you run "terraform init" in the future.

Terraform has been successfully initialized!

Copy link

init -chdir=tests/pass_format_diff -lock=true
View details…
TF Tests by @rdhar via pull_request at 2024-08-26T11:34:53Z.
Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/random...
- Installing hashicorp/random v3.6.2...
- Installed hashicorp/random v3.6.2 (signed by HashiCorp)

Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that Terraform can guarantee to make the same selections by default when
you run "terraform init" in the future.

Terraform has been successfully initialized!

Copy link

init -chdir=tests/fail_invalid_resource_type -lock=true
View details…
TF Tests by @rdhar via pull_request at 2024-08-26T11:34:53Z.
Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/random...
- Installing hashicorp/random v3.6.2...
- Installed hashicorp/random v3.6.2 (signed by HashiCorp)

Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that Terraform can guarantee to make the same selections by default when
you run "terraform init" in the future.

Terraform has been successfully initialized!

Copy link

init -chdir=tests/pass_character_limit -lock=true
View details…
TF Tests by @rdhar via pull_request at 2024-08-26T11:34:53Z.
Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/random...
- Installing hashicorp/random v3.6.2...
- Installed hashicorp/random v3.6.2 (signed, key ID 0C0AF313E5FD9F80)

Providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://opentofu.org/docs/cli/plugins/signing/

OpenTofu has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that OpenTofu can guarantee to make the same selections by default when
you run "tofu init" in the future.

OpenTofu has been successfully initialized!

Copy link

init -chdir=tests/pass_format_diff -lock=true
View details…
TF Tests by @rdhar via pull_request at 2024-08-26T11:34:53Z.
Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/random...
- Installing hashicorp/random v3.6.2...
- Installed hashicorp/random v3.6.2 (signed, key ID 0C0AF313E5FD9F80)

Providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://opentofu.org/docs/cli/plugins/signing/

OpenTofu has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that OpenTofu can guarantee to make the same selections by default when
you run "tofu init" in the future.

OpenTofu has been successfully initialized!

Copy link

init -chdir=tests/fail_data_source_error -lock=true
View details…
TF Tests by @rdhar via pull_request at 2024-08-26T11:34:53Z.
Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/local...
- Installing hashicorp/local v2.5.1...
- Installed hashicorp/local v2.5.1 (signed, key ID 0C0AF313E5FD9F80)

Providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://opentofu.org/docs/cli/plugins/signing/

OpenTofu has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that OpenTofu can guarantee to make the same selections by default when
you run "tofu init" in the future.

OpenTofu has been successfully initialized!

Copy link

init -chdir=tests/pass_one -lock=true
View details…
TF Tests by @rdhar via pull_request at 2024-08-26T11:34:53Z.
Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/random...
- Installing hashicorp/random v3.6.2...
- Installed hashicorp/random v3.6.2 (signed, key ID 0C0AF313E5FD9F80)

Providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://opentofu.org/docs/cli/plugins/signing/

OpenTofu has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that OpenTofu can guarantee to make the same selections by default when
you run "tofu init" in the future.

OpenTofu has been successfully initialized!

Copy link

select -chdir=sample/bucket -workspace=dev -or-create=true -backend-config=backend/dev.tfbackend
View details…
TF Sample by @rdhar via push at 2024-08-26T12:34:53+01:00.
Switched to workspace "dev".

Copy link

init -chdir=tests/fail_invalid_resource_type -lock=true
View details…
TF Tests by @rdhar via pull_request at 2024-08-26T11:34:53Z.
Initializing the backend...

Initializing provider plugins...
- Finding latest version of hashicorp/random...
- Installing hashicorp/random v3.6.2...
- Installed hashicorp/random v3.6.2 (signed, key ID 0C0AF313E5FD9F80)

Providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://opentofu.org/docs/cli/plugins/signing/

OpenTofu has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
so that OpenTofu can guarantee to make the same selections by default when
you run "tofu init" in the future.

OpenTofu has been successfully initialized!

Copy link

select -chdir=sample/instance -workspace=qa -or-create=true -var-file=env/qa.tfvars
View details…
TF Sample by @rdhar via push at 2024-08-26T12:34:53+01:00.
Switched to workspace "qa".

Copy link

select -chdir=sample/instance -workspace=dev -or-create=true -var-file=env/dev.tfvars
View details…
TF Sample by @rdhar via push at 2024-08-26T12:34:53+01:00.
Switched to workspace "dev".

Copy link

select -chdir=sample/bucket -workspace=qa -or-create=true -backend-config=backend/qa.tfbackend
View details…
TF Sample by @rdhar via push at 2024-08-26T12:34:53+01:00.
Switched to workspace "qa".

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