You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the 2.1.2 code base, attempting to deploy the "freetrial-landing-zone" will raise the error
Error: Missing required argument
on environment.tf line 12, in module "prod_environment"
12: module "prod_environment" {
The argument "workload_name_prefix" is required, but no definition was found.
The change logs note this was a new parameter added in 2.1.2. Within the free-trial LZ it looks like the new variable needs to be added to the environment.tf and variables.tf file, not sure where else.
Within the 2.1.2 code base, attempting to deploy the "freetrial-landing-zone" will raise the error
The change logs note this was a new parameter added in 2.1.2. Within the free-trial LZ it looks like the new variable needs to be added to the environment.tf and variables.tf file, not sure where else.
The free-trial LZ is referenced in the following OCI LiveLabs workshop. There issue above implies students cannot complete the workshop - https://apexapps.oracle.com/pls/apex/dbpm/r/livelabs/view-workshop?wid=3470
The text was updated successfully, but these errors were encountered: