{ "version": 4, "terraform_version": "1.5.8", "serial": 160, "lineage": "357e6088-5448-793d-7fd0-9dc458f9de2d", "outputs": { "db_endpoint": { "value": "db-1.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-995c3912e9037a0c1", "ami": "ami-703fe750", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-115c1993"], "subnet_id": "subnet-acb1a876", "key_name": "prod-deploy-key" } } ] } ] }