{ "version": 4, "terraform_version": "1.7.9", "serial": 486, "lineage": "deb3050a-f2e0-aede-d32a-28c9d9dd8963", "outputs": { "db_endpoint": { "value": "db-1.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-09934dcd4537fcd69", "ami": "ami-2f9553fe", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c34411e0"], "subnet_id": "subnet-8ce6705b", "key_name": "prod-deploy-key" } } ] } ] }