{ "version": 4, "terraform_version": "1.5.9", "serial": 159, "lineage": "fb7455a9-d46e-0b03-b0b7-a5df543b4a0f", "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-6b99a5e9165198549", "ami": "ami-3682e0a6", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-86da26aa"], "subnet_id": "subnet-6ad5ed1c", "key_name": "prod-deploy-key" } } ] } ] }