{ "version": 4, "terraform_version": "1.6.9", "serial": 253, "lineage": "a0a7710c-4010-2e5f-fdb3-63c72b712fc6", "outputs": { "db_endpoint": { "value": "db-4.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-e02f383329b35a771", "ami": "ami-44645735", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-576e3f56"], "subnet_id": "subnet-756999d7", "key_name": "prod-deploy-key" } } ] } ] }