{ "version": 4, "terraform_version": "1.7.2", "serial": 117, "lineage": "5678eb4e-7aa0-d851-37f5-04225072e231", "outputs": { "db_endpoint": { "value": "db-3.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-d534d36273ca1bf7e", "ami": "ami-e40529a1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-44eee847"], "subnet_id": "subnet-fc4199e6", "key_name": "prod-deploy-key" } } ] } ] }