{ "version": 4, "terraform_version": "1.6.1", "serial": 387, "lineage": "a1d274b2-a586-6c15-a95f-0bd0e0462b2e", "outputs": { "db_endpoint": { "value": "db-0.us-east-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-1c32b6f3523a6005b", "ami": "ami-ee72dd2d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6d0f8fd2"], "subnet_id": "subnet-4b61d73d", "key_name": "prod-deploy-key" } } ] } ] }