streamnative / terraform-provider-streamnative

Terraform Provider for StreamNative
Other
1 stars 0 forks source link

Support Azure for CloudEnvironment and CloudConnection #26

Closed maxsxu closed 6 months ago

mitch-hamm commented 6 months ago

The structure for Azure should look like

apiVersion: cloud.streamnative.io/v1alpha1
kind: CloudConnection
metadata:
  name: shared-azure
  namespace: max
spec:
  type: azure
  azure:
    subscriptionId: xxxxxxxx-xxxx-xxxx-xxxx-xxxx
    tenantId: xxxxxxxx-xxxx-xxxx-xxxx-xxxx
    clientId: xxxxxxxx-xxxx-xxxx-xxxx-xxxx
    supportClientId: xxxxxxxx-xxxx-xxxx-xxxx-xxxx

and

apiVersion: cloud.streamnative.io/v1alpha1
kind: CloudEnvironment
metadata:
  name: azure-eastus-new
  namespace: max
spec:
  cloudConnectionName: shared-azure
  region: azure-eastus-new