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
Description
Extract "kyma-on-btp" terraform resources into its own reusable module so that it could be sourced from github whenever its needed in CI pipelines (here or here)
AC
module should be hosted on new dedicated github.com publicly
module should define its input parameters (see hint below)
module should include all necessary providers
module should be used in sample kyma-automation-demo pipeline
module should be used in integration tests of docker registry kyma module
Reason
Terraform resources for kyma-on-btp should be extracted into its own reusable discrete unit so that it could be reused and sourced from a single source on github.
This way it would become a maintainable tool that helps customers managing lifecycle of kyma resources during continuous integration of their applications. kyma-project/kyma#18198
Description
Extract "kyma-on-btp" terraform resources into its own reusable module so that it could be sourced from github whenever its needed in CI pipelines (here or here)
AC
Reason
Terraform resources for kyma-on-btp should be extracted into its own reusable discrete unit so that it could be reused and sourced from a single source on github.
This way it would become a maintainable tool that helps customers managing lifecycle of kyma resources during continuous integration of their applications.
kyma-project/kyma#18198
Attachments
https://github.tools.sap/otters/kyma-automation-demo/tree/main/tf
https://developer.hashicorp.com/terraform/language/modules
https://dev.to/lechnerc77/-mind-the-terraform-modules-3p11
Hint
Parameters should allo passing:
new subaccount name
; one of them must be defined)subaccount id
; one of them must be defined)new subaccount name
is not empty )https://cli.btp.cloud.sap/
)accounts.ondemand.com
)The text was updated successfully, but these errors were encountered: