{ "version": 4, "terraform_version": "1.7.8", "serial": 552, "lineage": "7249c0d5-719b-ceb5-2408-d43d01b92fab", "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-73615721ed72ea19b", "ami": "ami-19b34e96", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cf14a1df"], "subnet_id": "subnet-6efa0bf1", "key_name": "prod-deploy-key" } } ] } ] }