{ "version": 4, "terraform_version": "1.5.3", "serial": 528, "lineage": "4ef907d3-d78d-c98a-3375-c2b5a9a4f84d", "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-bb0433cd791bcf812", "ami": "ami-1e13ab07", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-431d2405"], "subnet_id": "subnet-e1b17fe5", "key_name": "prod-deploy-key" } } ] } ] }