{ "version": 4, "terraform_version": "1.7.0", "serial": 450, "lineage": "d1913cb9-9f01-f6eb-5dbf-bd4e29c2f1c8", "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-01bf6695fb4d5d0ed", "ami": "ami-eb475f69", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-61295c73"], "subnet_id": "subnet-5e7573e1", "key_name": "prod-deploy-key" } } ] } ] }