{ "version": 4, "terraform_version": "1.8.5", "serial": 423, "lineage": "f7613c0e-d601-c650-14e1-9b60a7abf16c", "outputs": { "db_endpoint": { "value": "db-3.us-west-2.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-8479b8274f31e0501", "ami": "ami-0524a531", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-771c1e3f"], "subnet_id": "subnet-bc298188", "key_name": "prod-deploy-key" } } ] } ] }