{ "version": 4, "terraform_version": "1.5.3", "serial": 141, "lineage": "92463349-2164-416d-5ee7-e3e47326b272", "outputs": { "db_endpoint": { "value": "db-1.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-71346f79cf7b31c22", "ami": "ami-1b4625ca", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2753222b"], "subnet_id": "subnet-8a1bd3a7", "key_name": "prod-deploy-key" } } ] } ] }