{ "version": 4, "terraform_version": "1.7.5", "serial": 542, "lineage": "4fe5b57e-1bed-041d-cbf8-76ba750c064e", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-308aa3ea1759230f6", "ami": "ami-afd58561", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-afa10d8f"], "subnet_id": "subnet-2a74747a", "key_name": "prod-deploy-key" } } ] } ] }