Skip to content

Inconsequential terraform diff for new plan#121

Merged
spwoodcock merged 1 commit intomainfrom
fix/worker-disk-size
Mar 21, 2026
Merged

Inconsequential terraform diff for new plan#121
spwoodcock merged 1 commit intomainfrom
fix/worker-disk-size

Conversation

@spwoodcock
Copy link
Copy Markdown
Member

What type of PR is this? (check all applicable)

  • 🍕 Feature
  • 🐛 Bug Fix
  • 📝 Documentation
  • 🧑‍💻 Refactor
  • ✅ Test
  • 🤖 Build or CI
  • ❓ Other (please specify)

Related Issue

Example: Fixes #123

Describe this PR

A brief description of how this solves the issue.

Screenshots

Please provide screenshots of the change.

Alternative Approaches Considered

Did you attempt any other approaches that are not documented in code?

Review Guide

Notes for the reviewer. How to test this change?

Checklist before requesting a review

  • 📖 Read the HOT Contributing Guide: https://docs.hotosm.org/become-a-contributor/
  • 📖 Read the HOT Code of Conduct: https://docs.hotosm.org/code-of-conduct
  • 👷‍♀️ Create small PRs. In most cases, this will be possible.
  • ✅ Provide tests for your changes.
  • 📝 Use descriptive commit messages.
  • 📗 Update any related documentation and include any relevant screenshots.
  • 🔠 Does this PR introduce or change any environment variables? If so, make sure to specify this change in the description.

[optional] What gif best describes this PR or how it makes you feel?

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 21, 2026

tofu apply -chdir=terraform tfplan
Diff of 11 changes.
~ data.aws_iam_policy_document.assume_role_with_oidc will be read during apply
# (depends on a resource or a module with changes pending)
~ data.aws_iam_policy_document.karpenter_controller_assume_role will be read during apply
# (depends on a resource or a module with changes pending)
+ aws_ec2_tag.cluster_security_group_name_tag will be created
! aws_eks_addon.ebs_provisioner will be updated in-place
+ aws_eks_node_group.core_nodes will be created
! aws_iam_instance_profile.karpenter_node will be updated in-place
! aws_iam_openid_connect_provider.cluster_oidc will be updated in-place
! aws_iam_role.bucket_access will be updated in-place
! aws_iam_role.cluster_autoscaler will be updated in-place
! aws_iam_role.ebs_provisioner will be updated in-place
! aws_iam_role.karpenter_controller will be updated in-place
Apply complete! Resources: 2 added, 7 changed, 0 destroyed.
By @spwoodcock at 2026-03-21T04:07:06Z (view log).
aws_ec2_tag.cluster_security_group_name_tag: Creating...
aws_iam_instance_profile.karpenter_node: Modifying... [id=KarpenterNodeRole-hotosm-production-cluster]
aws_iam_openid_connect_provider.cluster_oidc: Modifying... [id=arn:aws:iam::670261699094:oidc-provider/oidc.eks.us-east-1.amazonaws.com/id/6C1C4902845266176B6D3D16899B4665]
aws_eks_node_group.core_nodes: Creating...
aws_iam_openid_connect_provider.cluster_oidc: Modifications complete after 0s [id=arn:aws:iam::670261699094:oidc-provider/oidc.eks.us-east-1.amazonaws.com/id/6C1C4902845266176B6D3D16899B4665]
data.aws_iam_policy_document.assume_role_with_oidc: Reading...
data.aws_iam_policy_document.karpenter_controller_assume_role: Reading...
data.aws_iam_policy_document.assume_role_with_oidc: Read complete after 0s [id=4090779890]
data.aws_iam_policy_document.karpenter_controller_assume_role: Read complete after 0s [id=1620751963]
aws_iam_role.bucket_access: Modifying... [id=hotosm-production-bucket-access]
aws_iam_role.cluster_autoscaler: Modifying... [id=hotosm-production-cluster-autoscaler]
aws_iam_role.karpenter_controller: Modifying... [id=hotosm-production-karpenter-controller]
aws_iam_role.ebs_provisioner: Modifying... [id=hotosm-production-eks-ebs-provisioner]
aws_ec2_tag.cluster_security_group_name_tag: Creation complete after 0s [id=sg-03619eb455e5b2d69,Name]
aws_iam_role.cluster_autoscaler: Modifications complete after 0s [id=hotosm-production-cluster-autoscaler]
aws_iam_role.bucket_access: Modifications complete after 0s [id=hotosm-production-bucket-access]
aws_iam_role.ebs_provisioner: Modifications complete after 0s [id=hotosm-production-eks-ebs-provisioner]
aws_eks_addon.ebs_provisioner: Modifying... [id=hotosm-production-cluster:aws-ebs-csi-driver]
aws_iam_role.karpenter_controller: Modifications complete after 0s [id=hotosm-production-karpenter-controller]
aws_eks_addon.ebs_provisioner: Modifications complete after 0s [id=hotosm-production-cluster:aws-ebs-csi-driver]
aws_iam_instance_profile.karpenter_node: Modifications complete after 5s [id=KarpenterNodeRole-hotosm-production-cluster]
aws_eks_node_group.core_nodes: Still creating... [10s elapsed]
aws_eks_node_group.core_nodes: Still creating... [20s elapsed]
aws_eks_node_group.core_nodes: Still creating... [30s elapsed]
aws_eks_node_group.core_nodes: Still creating... [40s elapsed]
aws_eks_node_group.core_nodes: Still creating... [50s elapsed]
aws_eks_node_group.core_nodes: Still creating... [1m0s elapsed]
aws_eks_node_group.core_nodes: Still creating... [1m10s elapsed]
aws_eks_node_group.core_nodes: Still creating... [1m20s elapsed]
aws_eks_node_group.core_nodes: Still creating... [1m30s elapsed]
aws_eks_node_group.core_nodes: Still creating... [1m40s elapsed]
aws_eks_node_group.core_nodes: Creation complete after 1m46s [id=hotosm-production-cluster:core]

Apply complete! Resources: 2 added, 7 changed, 0 destroyed.

Outputs:

cluster_name = "hotosm-production-cluster"
karpenter_controller_role_arn = "arn:aws:iam::670261699094:role/hotosm-production-karpenter-controller"
karpenter_interruption_queue_name = "hotosm-production-cluster"
karpenter_node_instance_profile_name = "KarpenterNodeRole-hotosm-production-cluster"
s3_backup_role = "arn:aws:iam::670261699094:role/hotosm-production-bucket-access"

@spwoodcock spwoodcock merged commit c441c02 into main Mar 21, 2026
1 check passed
@spwoodcock spwoodcock deleted the fix/worker-disk-size branch March 21, 2026 04:07
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

Successfully merging this pull request may close these issues.

1 participant