{ "version": 4, "terraform_version": "1.8.7", "serial": 384, "lineage": "cc5f8200-792a-6749-4886-31bfb2f17a44", "outputs": { "db_endpoint": { "value": "db-2.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-c66e3c8f92274a882", "ami": "ami-aec3ddc0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9a0dee24"], "subnet_id": "subnet-e2136217", "key_name": "prod-deploy-key" } } ] } ] }