Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 1.12 KB

File metadata and controls

33 lines (20 loc) · 1.12 KB

Ampere Computing

This repo will be archived in 30 days from 11/28. This is in an effort to keep a clean and timely Github presence for Ampere computing. As a result of the archiving any issues, pull requests, code, labels, milestones, projects, wiki, releases, commits, tags, branches, reactions, code scanning alerts, comments and permissions become read-only.

Please plan accordingly or reach out to repo owner with concerns.

Thank you.

-Ampere Computing

terraform-openstack-default-flavors

License

Description

Terraform module to enable some default flavors after an installation of openstack. Default values were translated from the init-runonce scripts.

Usage


module "default_flavors" {
  source = "github.com/amperecomputing/terraform-openstack-default-flavors"
  enable_m1_tiny = true
  enable_m1_small = true
  enable_m1_medium = true
  enable_m1_large = true
  enable_m1_xlarge = true
}