{ "version": 4, "terraform_version": "1.6.8", "serial": 355, "lineage": "d0cb79fc-35cb-2950-5a4b-c1c29d1dc5a1", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-17e3ae758e8d3dcbe", "ami": "ami-f54b2157", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c572acfe"], "subnet_id": "subnet-3d0e323c", "key_name": "prod-deploy-key" } } ] } ] }