by shigemk2

当面は技術的なことしか書かない

2023-10-23から1日間の記事一覧

aws_s3_bucket_server_side_encryption_configuration

The server_side_encryption_configuration attribute is deprecated. See aws_s3_bucket_server_side_encryption_configuration for examples with server side encryption configured. なので、SSEは別ブロックで対応する。 デフォルトだとこういう感じな…

importブロック

v1.5.0以上の機能。idが事前にわかってないとimportブロックは使えないそうだがどういうidはproviderのドキュメントを読め、とのこと。 import { to = aws_instance.example id = "i-abcd1234" } resource "aws_instance" "example" { name = "hashi" # (oth…

aws_elasticsearch_domain cluster_config instance_type

AWS

cluster_configのinstance_typeはデータノードのインスタンスタイプで、ドメイン作成後にこのinstance_typeを修正しても再作成にはならずupdate in-replaceで更新になる。 cluster_config { instance_type = "r4.large.elasticsearch" } https://registry.te…

pyenv 2.3.31

新しいAnacondaおよびMinicondaの定義を追加 github.com