{ "version": 4, "terraform_version": "1.5.3", "serial": 173, "lineage": "d0783a6b-f585-22bb-a3e1-f124036c5c69", "outputs": { "db_endpoint": { "value": "db-4.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-bede8a80cbb21b613", "ami": "ami-14bfc123", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8718bed6"], "subnet_id": "subnet-fd61476d", "key_name": "prod-deploy-key" } } ] } ] }