Skip to content
Snippets Groups Projects
Select Git revision
  • 1a0ddf9c9100486fc40c274bf7e18799a19c880f
  • main default
  • xiemuqingxiao
  • YiboDevops
  • zhichengxu
  • sunhaoyu
  • afterTestgood
  • Xiemuqing-Xiao
  • 70-as-an-admin-i-want-to-through-a-table-to-update-new-user-so-that-admin-can-update-user
  • 73-as-a-user-i-want-ranking-can-be-update-by-match-so-that-i-can-see-the-ranking-for-real-time
  • 60-as-a-user-i-want-to-view-and-edit-my-personal-information-on-my-profile-page-so-that-i-can
  • 61-as-a-user-i-want-to-view-and-edit-my-personal-information-on-my-profile-page-so-that-i-can-2
  • 71-as-an-administrator-i-want-to-generate-the-matches-automatically-so-that-players-are-divided-by
  • 72-as-a-user-i-want-to-have-a-page-to-upload-and-share-photos-so-that-another-user-can-see-my
  • 64-as-an-admin-i-want-to-through-a-table-to-add-new-user-so-that-admin-can-give-user-a-new-account
  • 28-registration-feature
  • 71-user-management
  • 70-user-role
  • 71_Xiao
  • 64-as-an-admin-i-want-to-through-a-table-to-add-new-user-so-that-admin-can-give-user-a-new-account-2
  • revert-9d830250
21 results

variables.tf

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    variables.tf 530 B
    variable "flavor" { default = "m1.large" }
    variable "image" { default = "Rocky 9.5 20241118" }
    
    variable "name" { default = "JenkinsServer" }
    
    variable "network" { default = "temp_network" }   # you need to change this
    
    variable "keypair" { default = "temp" } # you need to change this
    variable "pool" { default = "cscloud_private_floating" }
    variable "server_script" { default = "./serverJenkins.sh" }
    variable "security_description" { default = "Terraform security group" }
    variable "security_name" { default = "SecurityRule" }