{ "version": 4, "terraform_version": "1.6.9", "serial": 378, "lineage": "cbe0f324-3633-e6a7-d159-276713ec8235", "outputs": { "db_endpoint": { "value": "db-3.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-4fa1308d7bd14e163", "ami": "ami-b6426722", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-9861cc25"], "subnet_id": "subnet-de3eb544", "key_name": "prod-deploy-key" } } ] } ] }