{ "version": 4, "terraform_version": "1.7.9", "serial": 542, "lineage": "d44dfa27-3fda-0951-add7-d9a6aec52b2a", "outputs": { "db_endpoint": { "value": "db-1.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-d5ddefb80a2933151", "ami": "ami-a2a12c41", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-476d0282"], "subnet_id": "subnet-6571b144", "key_name": "prod-deploy-key" } } ] } ] }