{ "version": 4, "terraform_version": "1.8.3", "serial": 368, "lineage": "d8e42d7a-7260-9b8a-7685-34c292ae65c8", "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-7ffb668d7559df4d2", "ami": "ami-73cef023", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-189732c0"], "subnet_id": "subnet-2e0eae73", "key_name": "prod-deploy-key" } } ] } ] }