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
This advanced example will first generate service instances, such as RDS, along with other defined services, except for the user defined services. User defined services are useful for providing variables at runtime to applications. The issue is that until a service, such as RDS is deployed, their isn't a username and password created for that instance.
The first step is to initalize any services that are not user defined, but setting skip_user_provided_services to true.
After the services are generated, another module block can be defined, which will pass a merged map(string) called secrets, that have the various information that is to be added to the user defined service. Setting the skip_service_instances to true will prevent the module from trying to redploy any non user defined service.