-
Notifications
You must be signed in to change notification settings - Fork 1
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
[仮][変更] Secert Manager Addonを有効化 #58
base: master
Are you sure you want to change the base?
Conversation
|
secondary_ip_range = [ | ||
{ | ||
range_name = "services" | ||
ip_cidr_range = "10.10.11.0/24" | ||
}, | ||
{ | ||
range_name = "pods" | ||
ip_cidr_range = "10.1.0.0/20" | ||
} | ||
] | ||
|
||
secondary_ip_range { | ||
range_name = "services" | ||
ip_cidr_range = "10.10.11.0/24" | ||
} | ||
|
||
secondary_ip_range { | ||
range_name = "pods" | ||
ip_cidr_range = "10.1.0.0/20" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここあっているかわからないので確認をお願いします 🙇♂️
多分合ってる
やったこと
terraform apply -refresh-only
を実行したら差分がだいぶみえたので一旦定義側を更新したほうが良いかもしれない