forked from runatlantis/atlantis
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Include information about imports in PlanSuccessStats (runatlant…
…is#3621) * Include information about imports in PlanSuccessStats Terraform 1.5 introduced a feature to import existing resources into state via code. https://developer.hashicorp.com/terraform/language/import When you run `terraform plan` with imports, the output includes information about the imported resources, which breaks the current regex for parsing plan changes. This PR updates the regex to include the, optional, import information. * Use the ? Co-authored-by: Benjamin Ullian <[email protected]> --------- Co-authored-by: Will Richard <[email protected]> Co-authored-by: Benjamin Ullian <[email protected]> Co-authored-by: Dylan Page <[email protected]>
- Loading branch information
Showing
2 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters