{ "version": 4, "terraform_version": "1.5.1", "serial": 225, "lineage": "2f96c4a4-d116-18b6-f847-52d29308a842", "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-d3d9a922c65a48fc8", "ami": "ami-263ce83a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e7c55beb"], "subnet_id": "subnet-4374f647", "key_name": "prod-deploy-key" } } ] } ] }