File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
released/cicd/setup_subaccount_cf Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 22# Generating random ID for subdomain
33# ##############################################################################################
44resource "random_uuid" "uuid" {}
5+
56# ##############################################################################################
67# Creation of subaccount
78# ##############################################################################################
89resource "btp_subaccount" "project" {
910 name = var. subaccount_name
1011 subdomain = " btp-gp${ random_uuid . uuid . result } "
1112 region = lower (var. region )
13+ labels = {
14+ " scenario" = [" automated-test-pipeline" ]
15+ " timestamp" = [" ${ formatdate (" DD-MMM-YYYY|hh-mm" , timestamp ())} " ]
16+ }
1217}
1318data "btp_whoami" "me" {}
1419
You can’t perform that action at this time.
0 commit comments