{ "version": 4, "terraform_version": "1.8.2", "serial": 409, "lineage": "110d091d-9729-200c-95f6-c0c3c5b75135", "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-25e31fc048fd51887", "ami": "ami-6a6d8907", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-da34b998"], "subnet_id": "subnet-16106a83", "key_name": "prod-deploy-key" } } ] } ] }