{ "version": 4, "terraform_version": "1.8.2", "serial": 386, "lineage": "4677b989-056d-fbb0-953f-40897eba6327", "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-573f096fddd7be620", "ami": "ami-f02d5e2c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-168a6fc1"], "subnet_id": "subnet-1e345276", "key_name": "prod-deploy-key" } } ] } ] }