We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以下のような構成で環境ごとにTerraformデプロイを考えていますが、Terraformの他に手作業でルーターを構築しようとしています。ルータを削除しないようにTerraformデプロイをする方法をご教示ください。 terraform ├ terraform.exe ├ main.tf ※プロバイダ、リモートゲートウェイ ├ DEV │ └ .tstate │ └ server_info.csv │ └ main.tf ※サーバ作成、ディスク作成 ├ DEV2 │ └ .tstate │ └ server_info.csv │ └ main.tf ※サーバ作成、ディスク作成 ├ PROD │ └ .tstate │ └ server_info.csv │ └ main.tf ※サーバ作成、ディスク作成 ├ PROD2 │ └ .tstate │ └ server_info.csv │ └ main.tf ※サーバ作成、ディスク作成 └ modules └ Privatelan.tf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
以下のような構成で環境ごとにTerraformデプロイを考えていますが、Terraformの他に手作業でルーターを構築しようとしています。ルータを削除しないようにTerraformデプロイをする方法をご教示ください。
terraform
├ terraform.exe
├ main.tf ※プロバイダ、リモートゲートウェイ
├ DEV
│ └ .tstate
│ └ server_info.csv
│ └ main.tf ※サーバ作成、ディスク作成
├ DEV2
│ └ .tstate
│ └ server_info.csv
│ └ main.tf ※サーバ作成、ディスク作成
├ PROD
│ └ .tstate
│ └ server_info.csv
│ └ main.tf ※サーバ作成、ディスク作成
├ PROD2
│ └ .tstate
│ └ server_info.csv
│ └ main.tf ※サーバ作成、ディスク作成
└ modules
└ Privatelan.tf
The text was updated successfully, but these errors were encountered: