{ "version": 4, "terraform_version": "1.8.4", "serial": 337, "lineage": "aa0b9f8d-1641-20ee-11bb-d2b800627815", "outputs": { "db_endpoint": { "value": "db-4.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-4d5191816fd4f66a0", "ami": "ami-7c71321f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-78600a0d"], "subnet_id": "subnet-44e0d9d4", "key_name": "prod-deploy-key" } } ] } ] }