{ "version": 4, "terraform_version": "1.7.2", "serial": 418, "lineage": "653df520-0d5c-1ee3-8880-7164319e27d3", "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-53f48d000847179f0", "ami": "ami-2fc43b9c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b40a51f6"], "subnet_id": "subnet-d0ce8724", "key_name": "prod-deploy-key" } } ] } ] }