SAP-samples / teched2023-XP160

Automating SAP BTP Accounts with Terraform Provider
Apache License 2.0
9 stars 3 forks source link

[EX1] CF deployment #3

Closed lechnerc77 closed 11 months ago

lechnerc77 commented 11 months ago

Add CF Deployment resource to exercise 1 see https://github.com/SAP-samples/btp-terraform-samples/blob/main/in-development/uc_trial_cf_deployment/main.tf#L54-L73

Alternative: https://blogs.sap.com/2023/02/21/automating-sap-btp-setup-with-terraform-a-workaround-for-global-account-directories-and-subaccounts-with-btp-cli/

lechnerc77 commented 11 months ago

The CF provider supports deployment via cf push only. We need MTA deployment via CF plugin CF deploy.

We must switch to alternative which means that we must install CF and plugins into dev container

lechnerc77 commented 11 months ago

Done