{ "version": 4, "terraform_version": "1.6.4", "serial": 224, "lineage": "0a78af91-297a-5b22-0750-7a5e9a9e0dd9", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-ee2454d70af8d9558", "ami": "ami-15252630", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6f8f0f72"], "subnet_id": "subnet-72d6e9b0", "key_name": "prod-deploy-key" } } ] } ] }