Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 543 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 543 Bytes

Terraform Provider Fptcloud

Requirements

Testing

export FPTCLOUD_API_URL=local_api_url                                                                  2 ↵  11155  17:25:00
export FPTCLOUD_REGION=your_region
export FPTCLOUD_TENANT_NAME=your_tenant_anme
export FPTCLOUD_TOKEN=your_token
export TF_ACC=1
export VPC_ID=your_vpc_id

# Now run test command
make testacc TESTARGS='-run=test_name'