{ "version": 4, "terraform_version": "1.7.0", "serial": 447, "lineage": "aeaf752c-40cc-0f5a-c44d-5f3092b58da2", "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-87d5297409672ac95", "ami": "ami-69357b0a", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e9a9088e"], "subnet_id": "subnet-50c89b4b", "key_name": "prod-deploy-key" } } ] } ] }