Tenant deployment resource management #3176
Unanswered
manudawber
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to deploy a FAST tenant but am encountering issues and want to clarify the order of operations. So far I've:
0-bootstrap
1-resman
0-bootstrap
with the resman-tenants addon configured:1-resman-tenants
with minimal config:I now have Tenant 1 Core and Tenant 1 folder, the next step is to run a copy of
1-resman
using the outputs from these previous stages.I've copied the output files using
fast-links.sh
and in my tenant data folder I have a selection of the sample YAML files:When I run a plan I get a number of errors:
custom_roles
provided by the bootstrap tfvars file is missingbilling_viewer
andproject_iam_viewer
.project-factory-ro
,security-rw
) are failing as they aren't valid principal strings.context
andenvironment
tags.I can navigate these manually, e.g. by copying over custom_roles or modifying permissions, but I'm wondering if I'm missing something?
Beta Was this translation helpful? Give feedback.
All reactions