{ "version": 4, "terraform_version": "1.7.0", "serial": 298, "lineage": "0bf0f0b7-7e52-6fc7-edc7-40cd23dac70d", "outputs": { "db_endpoint": { "value": "db-0.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-6a3b39441051e9c62", "ami": "ami-82849a54", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4e7b60b7"], "subnet_id": "subnet-0244f4df", "key_name": "prod-deploy-key" } } ] } ] }