{ "version": 4, "terraform_version": "1.7.7", "serial": 360, "lineage": "7f8ac06c-4793-3247-78b3-8f51216eb368", "outputs": { "db_endpoint": { "value": "db-2.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-d175d46b7ade18046", "ami": "ami-a4c37c09", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cba73c38"], "subnet_id": "subnet-78aa904a", "key_name": "prod-deploy-key" } } ] } ] }