Skip to content

fpt-corp/terraform-provider-fptcloud

Repository files navigation

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'