{ "version": 4, "terraform_version": "1.7.4", "serial": 580, "lineage": "30624aac-1d2d-51ff-d3d8-1263d322a063", "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-d9873bee77a4a57e0", "ami": "ami-150d62b1", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-40a40217"], "subnet_id": "subnet-da25645c", "key_name": "prod-deploy-key" } } ] } ] }