{ "version": 4, "terraform_version": "1.7.2", "serial": 108, "lineage": "e78b7fdd-e520-8084-1aee-57c9f65b80fb", "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-d31806b195bdbc985", "ami": "ami-7bac2976", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-55081201"], "subnet_id": "subnet-031b6d65", "key_name": "prod-deploy-key" } } ] } ] }