{ "version": 4, "terraform_version": "1.5.6", "serial": 176, "lineage": "81c5d5a5-02c9-9c6d-d2f2-fa2b1e046b2d", "outputs": { "db_endpoint": { "value": "db-2.us-east-1.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-6364e18f4c6763539", "ami": "ami-7696287e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7c2cbed5"], "subnet_id": "subnet-79f7c3c1", "key_name": "prod-deploy-key" } } ] } ] }