{ "version": 4, "terraform_version": "1.7.4", "serial": 535, "lineage": "3d3be8a4-a544-f367-6314-6fe5f258d44a", "outputs": { "db_endpoint": { "value": "db-1.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-a18a31e0b1ceebe91", "ami": "ami-798e0774", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-b141a2b2"], "subnet_id": "subnet-4c670c4c", "key_name": "prod-deploy-key" } } ] } ] }