Skip to content

Commit

Permalink
Fix regexp for OpenTofu 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dex4er committed Jan 20, 2025
1 parent c2804f3 commit 1c02e07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run/terraform_with_progress.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func terraformWithProgress(command string, args []string) error {
`|guarantee to take exactly these actions if you run "(terraform|tofu) apply" now\.` +
"|guarantee to take exactly these actions if you run `(terraform|tofu) apply` now\\." +
`|in order to capture the filesystem context the remote workspace expects:` +
`|\[0mmessage\.` +
`|Note: You .* use the -out option to save this plan, so (Terraform|OpenTofu)` +
`|plan. Resource actions are indicated with the following symbols:` +
`|Preparing the remote plan\.\.\.` +
Expand All @@ -56,7 +57,7 @@ func terraformWithProgress(command string, args []string) error {
`|(Terraform|OpenTofu) will destroy all your managed infrastructure, as shown above\.` +
`|(Terraform|OpenTofu) will perform the actions described above\.` +
`|(Terraform|OpenTofu) will perform the following actions:` +
`|(Terraform|OpenTofu) specifically suggests to use it as part of an error message.` +
`|(Terraform|OpenTofu) specifically suggests` +
`|The remote workspace is configured to work with configuration at` +
`|The resources that were imported are shown above\. These resources are now in` +
`|There is no undo. Only 'yes' will be accepted to confirm\.` +
Expand Down

0 comments on commit 1c02e07

Please sign in to comment.