{ "version": 4, "terraform_version": "1.5.0", "serial": 537, "lineage": "58bf4bd1-98ac-c14d-17fe-5286ca395e2b", "outputs": { "db_endpoint": { "value": "db-4.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-02230c60d9a448081", "ami": "ami-bbab4405", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-94c5c492"], "subnet_id": "subnet-f37fa5cb", "key_name": "prod-deploy-key" } } ] } ] }