Skip to content

Conversation

@DaMandal0rian
Copy link
Contributor

@DaMandal0rian DaMandal0rian commented Mar 20, 2025

PR Type

  • Enhancement

Description

  • Changed instance type values for evm_bootstrap and autoid_bootstrap.

  • Standardized to use m7a.xlarge for Taurus configuration.


Changes walkthrough 📝

Relevant files
Enhancement
variables.tf
Update Taurus instance types in variables configuration. 

resources/terraform/taurus/variables.tf

  • Updated default instance type map for Taurus.
  • Replaced c7a.xlarge with m7a.xlarge for evm_bootstrap.
  • Replaced c7a.xlarge with m7a.xlarge for autoid_bootstrap.
  • +2/-2     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • @github-actions
    Copy link

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Configuration Consistency

    Verify that the updated instance type values are consistent with the rest of the infrastructure configuration and that the new types are supported in the deployment environment.

    evm_bootstrap    = "m7a.xlarge"
    autoid_bootstrap = "m7a.xlarge"

    @github-actions
    Copy link

    PR Code Suggestions ✨

    No code suggestions found for the PR.

    @DaMandal0rian DaMandal0rian merged commit bfffc58 into main Mar 20, 2025
    1 check passed
    @DaMandal0rian DaMandal0rian deleted the fix/taurus-instance-types branch March 20, 2025 18:16
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    2 participants