{ "version": 4, "terraform_version": "1.8.3", "serial": 321, "lineage": "bfc9138a-c1c2-e522-4033-386f5e490ecf", "outputs": { "db_endpoint": { "value": "db-0.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-a5af7df80b2fd5d7a", "ami": "ami-b5f2db93", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-7d702753"], "subnet_id": "subnet-8ff427e8", "key_name": "prod-deploy-key" } } ] } ] }