{ "version": 4, "terraform_version": "1.8.2", "serial": 451, "lineage": "e32ab942-c709-ab5f-815a-4afce4a2cf80", "outputs": { "db_endpoint": { "value": "db-3.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-64e963e48b01a20d6", "ami": "ami-c6567d29", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fc5b8e8b"], "subnet_id": "subnet-a47b4ba4", "key_name": "prod-deploy-key" } } ] } ] }