{ "version": 4, "terraform_version": "1.5.0", "serial": 297, "lineage": "a09c1140-9ce7-7adb-1278-7210700d15e2", "outputs": { "db_endpoint": { "value": "db-2.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-18c2439a0199abc29", "ami": "ami-75bcc113", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-71380a9c"], "subnet_id": "subnet-16092fec", "key_name": "prod-deploy-key" } } ] } ] }