Skip to content
New issue

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

他のリソースに影響を与えずに段階的にデプロイする方法をご教示ください #153

Open
ju-asao opened this issue Jan 28, 2025 · 0 comments

Comments

@ju-asao
Copy link

ju-asao commented Jan 28, 2025

以下のような構成で環境ごとに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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant