{ "version": 4, "terraform_version": "1.6.8", "serial": 598, "lineage": "210256fd-31e5-ef5f-f3f7-19ab2212724d", "outputs": { "db_endpoint": { "value": "db-4.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-0cd2c85077b322f7f", "ami": "ami-b45c6fc8", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2425acaf"], "subnet_id": "subnet-ca9a3d5a", "key_name": "prod-deploy-key" } } ] } ] }