{ "version": 4, "terraform_version": "1.8.7", "serial": 108, "lineage": "e5e74a54-7b1f-3b56-491e-20d5d1d8d500", "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-33fa7cab29ce7b093", "ami": "ami-120a7b0d", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a7f81e93"], "subnet_id": "subnet-1537d19d", "key_name": "prod-deploy-key" } } ] } ] }