{ "version": 4, "terraform_version": "1.7.5", "serial": 488, "lineage": "86c13898-cf27-6171-de15-7b4e8b14cd61", "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-599153cb5f7e49bf6", "ami": "ami-757a4acc", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-381936c2"], "subnet_id": "subnet-77c94375", "key_name": "prod-deploy-key" } } ] } ] }