{ "version": 4, "terraform_version": "1.5.1", "serial": 485, "lineage": "3f73f3fe-675d-49cc-3ffd-e2a2cd1ec28d", "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-02ae7dfee3c4feaa4", "ami": "ami-98618914", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-86a0d139"], "subnet_id": "subnet-f406d3ff", "key_name": "prod-deploy-key" } } ] } ] }