{ "version": 4, "terraform_version": "1.5.3", "serial": 162, "lineage": "0731d29a-0057-1683-8fd3-bd0b5b47225c", "outputs": { "db_endpoint": { "value": "db-4.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-98ad0f32ffabb9f70", "ami": "ami-a9b2c629", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d815c04b"], "subnet_id": "subnet-6aed3492", "key_name": "prod-deploy-key" } } ] } ] }