{ "version": 4, "terraform_version": "1.6.7", "serial": 560, "lineage": "5f2f6811-c744-5ca3-b716-3ce952700698", "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-82b5c6ec10f2cbeac", "ami": "ami-31d9536f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3446af15"], "subnet_id": "subnet-f489ffc4", "key_name": "prod-deploy-key" } } ] } ] }