{ "version": 4, "terraform_version": "1.5.9", "serial": 340, "lineage": "2341c263-faed-90fa-0010-8bcfe22bb75a", "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-d30001ee04c286aeb", "ami": "ami-ca96d90b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-35cd25ac"], "subnet_id": "subnet-7b4c36b2", "key_name": "prod-deploy-key" } } ] } ] }