{ "version": 4, "terraform_version": "1.5.3", "serial": 322, "lineage": "69f36aa7-eecb-23e5-66f2-117ca447523d", "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-196f023f660cb1cf9", "ami": "ami-ba3336ed", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bcd611ff"], "subnet_id": "subnet-58fb7b45", "key_name": "prod-deploy-key" } } ] } ] }