{ "version": 4, "terraform_version": "1.8.8", "serial": 414, "lineage": "71aad9f4-b042-92df-13a7-ccb4b6c192de", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-6998da2c62e1f6f11", "ami": "ami-17e76807", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d6f210ce"], "subnet_id": "subnet-1eeaf075", "key_name": "prod-deploy-key" } } ] } ] }