{ "version": 4, "terraform_version": "1.7.1", "serial": 288, "lineage": "929b77a9-4fed-33eb-6e7d-db616d1a2bad", "outputs": { "db_endpoint": { "value": "db-3.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-01a8f0d892ac4ac8b", "ami": "ami-033171ac", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d4a810c4"], "subnet_id": "subnet-fe1c1fac", "key_name": "prod-deploy-key" } } ] } ] }