{ "version": 4, "terraform_version": "1.5.9", "serial": 207, "lineage": "dc8c5f89-200a-9d18-dfc8-9bbd3232112a", "outputs": { "db_endpoint": { "value": "db-1.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-c041c7cf240d5e09c", "ami": "ami-dabd44c8", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d0acd601"], "subnet_id": "subnet-7ce6fd36", "key_name": "prod-deploy-key" } } ] } ] }