{ "version": 4, "terraform_version": "1.8.0", "serial": 541, "lineage": "f8087158-d126-a3d8-73fd-5e89bfeb5a1b", "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-22b8ab896b25f7144", "ami": "ami-5bf5efaf", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d4ed19df"], "subnet_id": "subnet-6385801b", "key_name": "prod-deploy-key" } } ] } ] }