{ "version": 4, "terraform_version": "1.5.7", "serial": 564, "lineage": "10775a61-758a-5109-a15e-640c7c32e209", "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-0d7430a6e6163bed7", "ami": "ami-08399420", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-eae1175d"], "subnet_id": "subnet-501358c0", "key_name": "prod-deploy-key" } } ] } ] }