{ "version": 4, "terraform_version": "1.5.3", "serial": 550, "lineage": "7fefb507-7d6e-db2f-1c6e-694dc3ca5606", "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-8f0d48f1aa9c565d3", "ami": "ami-af1ce1cf", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-6161fc04"], "subnet_id": "subnet-6b7831b0", "key_name": "prod-deploy-key" } } ] } ] }