F5 Programmability Training > Automation Mini Classes > Mini Class 2 - Getting Started with F5 Terraform > Module - Deploy Simple HTTP iApp Source | Edit on
Modify the master.tf file to include iApp resourceΒΆ
Please follow the instructions provided by the instructor to start your lab and access your jump host.
Using a text editor, modify the master.tf file to configure the iApp resource to use simple http JSON file:
resource "bigip_sys_iapp" "simplehttp" { name = "simplehttp" jsonfile = "${file("simplehttp.json")}" }
Note
All work for this lab will be performed exclusively from the Windows jumphost. No installation or interaction with your local system is required.