{ "version": 4, "terraform_version": "1.8.4", "serial": 470, "lineage": "52604d8a-6f56-eddb-d55e-9dc6f7817ead", "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-eb968962323ec220e", "ami": "ami-064bd3b9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7d0324af"], "subnet_id": "subnet-16b2f551", "key_name": "prod-deploy-key" } } ] } ] }