{ "version": 4, "terraform_version": "1.5.0", "serial": 138, "lineage": "d9fb3574-f8bc-edab-03a2-17e4c46a00d3", "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-fa92e59664c7eb39e", "ami": "ami-98b73ffe", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-33a27335"], "subnet_id": "subnet-60a00004", "key_name": "prod-deploy-key" } } ] } ] }