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
add a providers.tf and terraform.tf file, where the terraform.tf file basically becomes what was our providers.tf and the providers.tf becomes the implementation (with config) for the Juju provider.
Add a description to the constraints Terraform input variables so people know that this applies to all workload containers.
5. Make sure this is clear in the TF provider docs for that variable since the stack blindly points at it per charm variables.
6. k8s resource patch is losing the fight with juju observability-libs#128
For the stack we need to:
add variables for inputs: juju_controller, proxy, logging-config
For each charm repo (on
main), we need to:providers.tfandterraform.tffile, where theterraform.tffile basically becomes what was ourproviders.tfand theproviders.tfbecomes the implementation (with config) for the Juju provider.constraintsTerraform input variables so people know that this applies to all workload containers.5. Make sure this is clear in the TF provider docs for that variable since the stack blindly points at it per charm variables.
6. k8s resource patch is losing the fight with juju observability-libs#128
For the stack we need to:
juju_controller,proxy,logging-configmodels,metadataoffers,credentialsMonolithics:
Microservices:
Mesh charms:
Testing
just terraform-validatein the observability-stack repo.READMEs for updates to the module sources, variable defaults, and outputs.