{ "version": 4, "terraform_version": "1.8.6", "serial": 269, "lineage": "e6aa7e4f-1f1f-a917-64c5-da47f882e3af", "outputs": { "db_endpoint": { "value": "db-4.eu-west-1.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-9de3686dc82c1692b", "ami": "ami-1c96d72b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-a0fd40da"], "subnet_id": "subnet-98c01b7a", "key_name": "prod-deploy-key" } } ] } ] }