{ "version": 4, "terraform_version": "1.8.5", "serial": 338, "lineage": "af395681-2cde-3e4b-6b23-11ca4141f983", "outputs": { "db_endpoint": { "value": "db-0.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-cce10ce4f7f87ad47", "ami": "ami-9f21f7d8", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-2fd58f79"], "subnet_id": "subnet-e23769ca", "key_name": "prod-deploy-key" } } ] } ] }