summaryrefslogtreecommitdiffstats
path: root/test/test_vhost.py
AgeCommit message (Expand)AuthorFilesLines
2019-12-11devices: vhost API cleanupJakub Grajciar1-3/+3
2019-11-05misc: Fix python scripts shebang lineRenato Botelho do Couto1-1/+1
2019-04-10Tests Cleanup: Fix missing calls to setUpClass/tearDownClass.Paul Vinciguerra1-0/+7
2019-04-10API: Fix shared memory only action handlers.Ole Troan1-2/+2
2019-03-11VPP-1508: Tests: Fix vpp_api struct.error under py3.Paul Vinciguerra1-3/+3
2019-03-11Tests: use self.assertNotIn().Paul Vinciguerra1-5/+5
2018-10-05vhost_user: Add test for interface states and eventsJuraj Sloboda1-0/+42
2018-04-15vhost: add vhost interface add/delete/dump API test cases to make testSteven1-0/+74
lass='txt' type='search' size='10' name='q' value=''/>
path: root/fdio.infra.terraform/terraform-aws-3n-c6gn/versions.tf
blob: 589699691e69bfd288348e43fd43605b1176de90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
terraform {
  required_providers {
    aws = {
      source  = "hashicorp/aws"
      version = ">= 5.7.0"
    }
    null = {
      source  = "hashicorp/null"
      version = ">= 3.2.1"
    }
    tls = {
      source  = "hashicorp/tls"
      version = ">= 4.0.4"
    }
    vault = {
      version = ">= 3.15.2"
    }
  }
  required_version = ">= 1.4.2"
}