{ "version": 4, "terraform_version": "1.7.5", "serial": 573, "lineage": "6af153a7-dd3b-2ded-27bd-8d99ff202d5b", "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-5d996418e92847b17", "ami": "ami-0c0ed05a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-b0419f21"], "subnet_id": "subnet-96e8ff0c", "key_name": "prod-deploy-key" } } ] } ] }