{ "version": 4, "terraform_version": "1.8.8", "serial": 564, "lineage": "5b7c0de7-608c-3fac-5bd5-cf63e65bf1e0", "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-962858458c4510e05", "ami": "ami-caf02043", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f291b95d"], "subnet_id": "subnet-8f0b26a4", "key_name": "prod-deploy-key" } } ] } ] }