2023-07-16から1日間の記事一覧

{Pulumi} RDS/Azure

https://www.pulumi.com/registry/packages/azure-native/api-docs/sql/database/ Python: 3.9.13 -- 1. macにPulumiインストール brew install pulumi/tap/pulumi -- 2. Azureログイン az login --use-device-codeaz account show az version az configure …

{Pulumi} S3/Azure

https://www.pulumi.com/registry/packages/azure-native/api-docs/storage/storageaccount/ Python: 3.9.13 -- 1. macにPulumiインストール brew install pulumi/tap/pulumi -- 2. Azureログイン az login --use-device-codeaz account show az version az …

{Pulumi} EC2/Azure

https://www.pulumi.com/registry/packages/azure/api-docs/compute/linuxvirtualmachine/ 「pulumi_azure_native」ではNIC作成が抽象化されていないため、「pulumi_azure」を使用する Python: 3.9.13 -- 1. macにPulumiインストール brew install pulumi/ta…

{Pulumi} VPC/Azure

https://www.pulumi.com/registry/packages/azure-native/api-docs/network/virtualnetwork/https://www.pulumi.com/docs/clouds/azure/get-started/ Python: 3.9.13 -- 1. macにPulumiインストール brew install pulumi/tap/pulumi -- 2. Azureログイン az …