{ "version": 4, "terraform_version": "1.6.7", "serial": 425, "lineage": "329ff708-740e-7455-5be6-ccc920326179", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-80b03ba4d74f94ead", "ami": "ami-d0d3e2ea", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-da787ca5"], "subnet_id": "subnet-14180bf9", "key_name": "prod-deploy-key" } } ] } ] }