{ "version": 4, "terraform_version": "1.8.2", "serial": 148, "lineage": "e8c0d0cd-96e8-b81d-332b-749d07acb922", "outputs": { "db_endpoint": { "value": "db-3.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-19be7043c90403ad7", "ami": "ami-5ad53527", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-0ddcd5ae"], "subnet_id": "subnet-48a21c8c", "key_name": "prod-deploy-key" } } ] } ] }