Skip to content

Update Terraform remote to v0.2.1 - #16

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/remote-0.x
Open

Update Terraform remote to v0.2.1#16
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/remote-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 19, 2023

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
remote (source) required_provider minor 0.1.10.2.1

Release Notes

tenstad/terraform-provider-remote (remote)

v0.2.1

Compare Source

What's Changed

Full Changelog: tenstad/terraform-provider-remote@v0.2.0...v0.2.1

v0.2.0

Compare Source

Notable Changes

What's Changed

New Contributors

Full Changelog: tenstad/terraform-provider-remote@v0.1.3...v0.2.0

v0.1.3

Compare Source

Notable Changes

All Changes

Full Changelog: tenstad/terraform-provider-remote@v0.1.2...v0.1.3

v0.1.2

Compare Source

#​148 feat: owner_name and group_name fields


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot requested a review from jtcressy as a code owner June 19, 2023 15:47
@renovate
renovate Bot temporarily deployed to terraform June 19, 2023 15:47 Inactive
@github-actions

github-actions Bot commented Jun 19, 2023

Copy link
Copy Markdown

Terraform Format and Style 🖌 success
Terraform Initialization ⚙️ success

Terraform Validation 🤖success
Success! The configuration is valid.

Terraform Plan 📖pending changes!
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create

Terraform will perform the following actions:

  # ssh_resource.apt_packages will be created
+   resource "ssh_resource" "apt_packages" {
+       agent                       = false
+       bastion_port                = "22"
+       commands                    = [
+           "apt update -y",
+           "apt install -yqq apt-transport-https wpasupplicant",
+           "curl -fsSL https://pkgs.tailscale.com/stable/debian/stretch.gpg | apt-key add -",
+           "curl -fsSL https://pkgs.tailscale.com/stable/debian/stretch.list | tee /etc/apt/sources.list.d/tailscale.list",
+           "curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -",
+           "echo \"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable\" | tee /etc/apt/sources.list.d/docker.list",
+           "curl -fsSL https://us-apt.pkg.dev/doc/repo-signing-key.gpg | apt-key add -",
+           "echo \"deb https://us-apt.pkg.dev/projects/jtcressy-net-235001 unifi-os main\" | tee /etc/apt/sources.list.d/artifact-registry.list",
+           "apt update -y",
+           "apt install -yqq tailscale docker-ce docker-ce-cli unifi-tailscale-ip-rule-monitor",
        ]
+       commands_after_file_changes = true
+       host                        = "192.168.20.1"
+       id                          = (known after apply)
+       password                    = (sensitive value)
+       port                        = "22"
+       result                      = (known after apply)
+       retry_delay                 = "10s"
+       timeout                     = "15m"
+       user                        = (sensitive value)
+       when                        = "create"
    }

Plan: 1 to add, 0 to change, 0 to destroy.
Show Plan STDOUT
data.vault_generic_secret.unifiudm-api: Reading...
data.vault_generic_secret.unifiudm-ssh: Reading...
data.vault_generic_secret.tailscale: Reading...
data.vault_generic_secret.att-bypass-tls: Reading...
data.vault_generic_secret.att-bypass-tls: Read complete after 2s [id=generic/home-udm/att-bypass-tls]
data.template_file.wpa_supplicant-conf: Reading...
data.template_file.wpa_supplicant-conf: Read complete after 0s [id=9089237d294d081fbde79fd53820e075938f2a090bbfe511d9ad24364c9ca571]
data.vault_generic_secret.unifiudm-ssh: Read complete after 2s [id=generic/home-udm/ssh]
ssh_resource.tailscale: Refreshing state... [id=2611069610747001127]
data.vault_generic_secret.tailscale: Read complete after 2s [id=generic/home-udm/tailscale]
ssh_resource.wpa_supplicant: Refreshing state... [id=3806564964028733067]
data.vault_generic_secret.unifiudm-api: Read complete after 2s [id=generic/home-udm/unifi]

Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:

  • create

Terraform will perform the following actions:

ssh_resource.apt_packages will be created

Plan: 1 to add, 0 to change, 0 to destroy.

─────────────────────────────────────────────────────────────────────────────

Saved the plan to: tfplan

To perform exactly these actions, run the following command to apply:
terraform apply "tfplan"

Pusher: @renovate[bot], Action: pull_request, Workflow: Terraform Pull Request, Context: /

@renovate renovate Bot changed the title chore(deps): update terraform remote to v0.1.2 chore(deps): update terraform remote to v0.1.3 Apr 22, 2024
@renovate
renovate Bot force-pushed the renovate/remote-0.x branch from 0b20543 to edafc2f Compare April 22, 2024 11:37
@renovate
renovate Bot force-pushed the renovate/remote-0.x branch from edafc2f to 86e5148 Compare May 1, 2025 10:36
@renovate renovate Bot changed the title chore(deps): update terraform remote to v0.1.3 chore(deps): update terraform remote to v0.2.0 May 1, 2025
@renovate
renovate Bot force-pushed the renovate/remote-0.x branch from 86e5148 to b8e7042 Compare August 7, 2025 11:45
@renovate renovate Bot changed the title chore(deps): update terraform remote to v0.2.0 chore(deps): update terraform remote to v0.2.1 Aug 7, 2025
@renovate renovate Bot changed the title chore(deps): update terraform remote to v0.2.1 Update Terraform remote to v0.2.1 Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants