--
You received this message because you are subscribed to the Google Groups "Forseti Security Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@forsetisecurity.org.
To view this discussion on the web visit https://groups.google.com/a/forsetisecurity.org/d/msgid/discuss/39b98943-2970-4b44-81b7-4912b6384c85o%40forsetisecurity.org.
Hi Peter,It's recommended to not modify or provide the forseti_version in your Terraform configuration. Instead, target the Forseti Terraform module using the version field. The Forseti Terraform modules are pinned to specific versions. In some cases it can be OK to modify the forseti_version, but for the standard/recommended installation, it's best to leave it out.Can you provide your Terraform configuration? Specifically I'm interested in what the values are for source and version. I suspect that if you remove the forseti_version and set source/version to the following then you will be OK.Sample config:module "forseti" { source = "terraform-google-modules/forseti/google" version = "~> 5.2.0" gsuite_admin_email = "super...@yourdomain.com" domain = "yourdomain.com" project_id = "my-forseti-project" org_id = "2313934234" config_validator_enabled = "true" }Please let me know if that helps.Gregg
On Wed, Jul 15, 2020 at 8:28 AM Peter <peter....@vodafone.com> wrote:
I use terraform module to deploy forseti and I'm upgrading to newer version:--
so what I changed is the variable file is the var >>>>> forseti_version = "v2.25.0".
After installation is finished, I found that forseti application is not found on the server which means no forseti software has been installed !! and no config validator was found also!!!!
So, please help, what am i Sopposed to do to upgrade to the newer version of forseti using Terraform not Deployment manager.
I hope you response quickly, because we really need it.
Thanks
You received this message because you are subscribed to the Google Groups "Forseti Security Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dis...@forsetisecurity.org.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@forsetisecurity.org.
To view this discussion on the web visit https://groups.google.com/a/forsetisecurity.org/d/msgid/discuss/5dbc7108-0f46-43f0-8944-5c15f9e9cfd0o%40forsetisecurity.org.
To view this discussion on the web visit https://groups.google.com/a/forsetisecurity.org/d/msgid/discuss/5dbc7108-0f46-43f0-8944-5c15f9e9cfd0o%40forsetisecurity.org.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@forsetisecurity.org.
To view this discussion on the web visit https://groups.google.com/a/forsetisecurity.org/d/msgid/discuss/8e7439c8-e696-4c19-9481-2903f05441a4o%40forsetisecurity.org.
To view this discussion on the web visit https://groups.google.com/a/forsetisecurity.org/d/msgid/discuss/8e7439c8-e696-4c19-9481-2903f05441a4o%40forsetisecurity.org.