{ "version": 4, "terraform_version": "1.6.7", "serial": 502, "lineage": "f2f80e21-8edf-66ca-dc89-07dec17a4f65", "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-4426ccb8890604fe2", "ami": "ami-e8d22e30", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9cc8feb6"], "subnet_id": "subnet-5a6d79c8", "key_name": "prod-deploy-key" } } ] } ] }